Uses of Interface
org.springframework.util.RouteMatcher
Package
Description
Basic abstractions for working with message handler methods.
Support classes for working with annotated message-handling methods with
non-blocking, reactive contracts.
Support for the RSocket protocol.
Support classes for working with annotated RSocket stream handling methods.
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
Dedicated support for matching HTTP request paths.
-
Uses of RouteMatcher in org.springframework.messaging.handler
ModifierConstructorDescriptionDestinationPatternsMessageCondition
(String[] patterns, RouteMatcher routeMatcher) Constructor with patterns and aRouteMatcher
instance. -
Uses of RouteMatcher in org.springframework.messaging.handler.annotation.reactive
Modifier and TypeMethodDescriptionMessageMappingMessageHandler.getRouteMatcher()
Return theRouteMatcher
used to map messages to handlers.protected RouteMatcher
MessageMappingMessageHandler.obtainRouteMatcher()
Obtain theRouteMatcher
for actual use.Modifier and TypeMethodDescriptionvoid
MessageMappingMessageHandler.setRouteMatcher
(RouteMatcher routeMatcher) Set theRouteMatcher
to use for mapping messages to handlers based on the route patterns they're configured with. -
Uses of RouteMatcher in org.springframework.messaging.rsocket
Modifier and TypeMethodDescriptionRSocketStrategies.routeMatcher()
Return the configuredRSocketStrategies.Builder.routeMatcher(RouteMatcher)
.Modifier and TypeMethodDescriptionRSocketStrategies.Builder.routeMatcher
(RouteMatcher routeMatcher) Configure aRouteMatcher
for matching routes to message handlers based on route patterns. -
Uses of RouteMatcher in org.springframework.messaging.rsocket.annotation.support
Modifier and TypeMethodDescriptionvoid
RSocketMessageHandler.setRouteMatcher
(RouteMatcher routeMatcher) Set theRouteMatcher
to use for mapping messages to handlers based on the route patterns they're configured with. -
Uses of RouteMatcher in org.springframework.util
-
Uses of RouteMatcher in org.springframework.web.util.pattern
Modifier and TypeClassDescriptionclass
RouteMatcher
built onPathPatternParser
that usesPathContainer
andPathPattern
as parsed representations of routes and patterns.