接口的使用
org.springframework.util.RouteMatcher
使用RouteMatcher的程序包 程序包 说明 org.springframework.messaging.handler Basic abstractions for working with message handler methods.org.springframework.messaging.handler.annotation.reactive Support classes for working with annotated message-handling methods with non-blocking, reactive contracts.org.springframework.messaging.rsocket Support for the RSocket protocol.org.springframework.messaging.rsocket.annotation.support Support classes for working with annotated RSocket stream handling methods.org.springframework.util Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects.org.springframework.web.util.pattern Dedicated support for matching HTTP request paths.org.springframework.messaging.handler中RouteMatcher的使用
参数类型为RouteMatcher的org.springframework.messaging.handler中的构造器 构造器 说明 DestinationPatternsMessageCondition(String[] patterns, RouteMatcher routeMatcher)Constructor with patterns and aRouteMatcherinstance.org.springframework.messaging.handler.annotation.reactive中RouteMatcher的使用
返回RouteMatcher的org.springframework.messaging.handler.annotation.reactive中的方法 修饰符和类型 方法 说明 RouteMatcherMessageMappingMessageHandler. getRouteMatcher()Return theRouteMatcherused to map messages to handlers.protected RouteMatcherMessageMappingMessageHandler. obtainRouteMatcher()Obtain theRouteMatcherfor actual use.参数类型为RouteMatcher的org.springframework.messaging.handler.annotation.reactive中的方法 修饰符和类型 方法 说明 voidMessageMappingMessageHandler. setRouteMatcher(RouteMatcher routeMatcher)Set theRouteMatcherto use for mapping messages to handlers based on the route patterns they're configured with.org.springframework.messaging.rsocket中RouteMatcher的使用
返回RouteMatcher的org.springframework.messaging.rsocket中的方法 修饰符和类型 方法 说明 RouteMatcherRSocketStrategies. routeMatcher()Return the configuredRSocketStrategies.Builder.routeMatcher(RouteMatcher).参数类型为RouteMatcher的org.springframework.messaging.rsocket中的方法 修饰符和类型 方法 说明 RSocketStrategies.BuilderRSocketStrategies.Builder. routeMatcher(RouteMatcher routeMatcher)Configure aRouteMatcherfor matching routes to message handlers based on route patterns.org.springframework.messaging.rsocket.annotation.support中RouteMatcher的使用
参数类型为RouteMatcher的org.springframework.messaging.rsocket.annotation.support中的方法 修饰符和类型 方法 说明 voidRSocketMessageHandler. setRouteMatcher(RouteMatcher routeMatcher)Set theRouteMatcherto use for mapping messages to handlers based on the route patterns they're configured with.org.springframework.util中RouteMatcher的使用
实现RouteMatcher的org.springframework.util中的类 修饰符和类型 类 说明 classSimpleRouteMatcherRouteMatcherthat delegates to aPathMatcher.org.springframework.web.util.pattern中RouteMatcher的使用
实现RouteMatcher的org.springframework.web.util.pattern中的类 修饰符和类型 类 说明 classPathPatternRouteMatcherRouteMatcherbuilt onPathPatternParserthat usesPathContainerandPathPatternas parsed representations of routes and patterns.