SimpleBrokerMessageHandler.setPathMatcher

When configured, the given PathMatcher is passed down to the underlying SubscriptionRegistry to use for matching destination to subscriptions. <p>Default is a standard {@link hunt.framework.util.AntPathMatcher}. @since 4.1 @see #setSubscriptionRegistry @see DefaultSubscriptionRegistry#setPathMatcher @see hunt.framework.util.AntPathMatcher

class SimpleBrokerMessageHandler
void
setPathMatcher
(
PathMatcher pathMatcher
)

Meta