DestinationPatternsMessageCondition.this

Creates a new instance with the given destination patterns. Each pattern that is not empty and does not start with "/" is prepended with "/". @param patterns 0 or more URL patterns; if 0 the condition will match to every request.

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

Meta