Interface RestConsumerContextPathMatcher.ConsumerPath<T>

Enclosing class:
RestConsumerContextPathMatcher

public static interface RestConsumerContextPathMatcher.ConsumerPath<T>
Consumer path details which must be implemented and provided by the components.
  • Method Details

    • getRestrictMethod

      String getRestrictMethod()
      Any HTTP restrict method that would not be allowed
    • getConsumerPath

      String getConsumerPath()
      The consumer context-path which may include wildcards
    • getConsumer

      T getConsumer()
      The consumer implementation
    • isMatchOnUriPrefix

      boolean isMatchOnUriPrefix()
      Whether the consumer match on uri prefix