DestinationPatternsMessageCondition.this

Alternative constructor accepting a custom PathMatcher. @param patterns the URL patterns to use; if 0, the condition will match to every request. @param pathMatcher the PathMatcher to use

  1. this(string[] patterns)
  2. this(string[] patterns, PathMatcher pathMatcher)
    class DestinationPatternsMessageCondition
    this
    (
    string[] patterns
    ,
    PathMatcher pathMatcher
    )

Meta