Interface FilterChain


public interface FilterChain
Filter chain contains all subsequent filters that are configured, as well as the final route.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Proceed with the next filters, or route.
  • Method Details

    • proceed

      void proceed()
      Proceed with the next filters, or route.