Uses of Class
org.springframework.messaging.handler.CompositeMessageCondition
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 classes for working with annotated RSocket stream handling methods.
-
Uses of CompositeMessageCondition in org.springframework.messaging.handler
Modifier and TypeMethodDescriptionCompositeMessageCondition.combine
(CompositeMessageCondition other) CompositeMessageCondition.getMatchingCondition
(Message<?> message) Modifier and TypeMethodDescriptionCompositeMessageCondition.combine
(CompositeMessageCondition other) int
CompositeMessageCondition.compareTo
(CompositeMessageCondition other, Message<?> message) -
Uses of CompositeMessageCondition in org.springframework.messaging.handler.annotation.reactive
Modifier and TypeMethodDescriptionprotected CompositeMessageCondition
MessageMappingMessageHandler.getCondition
(AnnotatedElement element) Determine the mapping condition for the given annotated element.protected CompositeMessageCondition
MessageMappingMessageHandler.getMappingForMethod
(Method method, Class<?> handlerType) protected CompositeMessageCondition
MessageMappingMessageHandler.getMatchingMapping
(CompositeMessageCondition mapping, Message<?> message) Modifier and TypeMethodDescriptionprotected Comparator<CompositeMessageCondition>
MessageMappingMessageHandler.getMappingComparator
(Message<?> message) Modifier and TypeMethodDescriptionMessageMappingMessageHandler.getDirectLookupMappings
(CompositeMessageCondition mapping) protected CompositeMessageCondition
MessageMappingMessageHandler.getMatchingMapping
(CompositeMessageCondition mapping, Message<?> message) protected reactor.core.publisher.Mono<Void>
MessageMappingMessageHandler.handleMatch
(CompositeMessageCondition mapping, HandlerMethod handlerMethod, Message<?> message) -
Uses of CompositeMessageCondition in org.springframework.messaging.rsocket.annotation.support
Modifier and TypeMethodDescriptionprotected CompositeMessageCondition
RSocketMessageHandler.extendMapping
(CompositeMessageCondition composite, HandlerMethod handler) protected CompositeMessageCondition
RSocketMessageHandler.getCondition
(AnnotatedElement element) Modifier and TypeMethodDescriptionprotected CompositeMessageCondition
RSocketMessageHandler.extendMapping
(CompositeMessageCondition composite, HandlerMethod handler)