Interface ShouldFilter<T extends ZuulMessage>

All Known Subinterfaces:
SyncZuulFilter<I,O>, ZuulFilter<I,O>
All Known Implementing Classes:
BaseFilter, BaseSyncFilter, Endpoint, GZipResponseFilter, HttpInboundFilter, HttpInboundSyncFilter, HttpOutboundFilter, HttpOutboundSyncFilter, HttpSyncEndpoint, InboundPassportStampingFilter, MissingEndpointHandlingFilter, OutboundPassportStampingFilter, PassportStampingFilter, ProxyEndpoint, SurgicalDebugFilter, SyncZuulFilterAdapter

public interface ShouldFilter<T extends ZuulMessage>
User: [email protected] Date: 5/7/15 Time: 3:31 PM
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    a "true" return from this method means that the apply() method should be invoked
  • Method Details

    • shouldFilter

      boolean shouldFilter(T msg)
      a "true" return from this method means that the apply() method should be invoked
      Returns:
      true if the apply() method should be invoked. false will not invoke the apply() method