Uses of Class
org.springframework.messaging.handler.CompositeMessageCondition
Packages that use 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
Classes in org.springframework.messaging.handler that implement interfaces with type arguments of type CompositeMessageConditionModifier and TypeClassDescriptionclass
CompositeMessageCondition
that delegates to other message conditions.Methods in org.springframework.messaging.handler that return CompositeMessageConditionModifier and TypeMethodDescriptionCompositeMessageCondition.combine
(CompositeMessageCondition other) CompositeMessageCondition.getMatchingCondition
(Message<?> message) Methods in org.springframework.messaging.handler with parameters of type CompositeMessageConditionModifier and TypeMethodDescriptionCompositeMessageCondition.combine
(CompositeMessageCondition other) int
CompositeMessageCondition.compareTo
(CompositeMessageCondition other, Message<?> message) -
Uses of CompositeMessageCondition in org.springframework.messaging.handler.annotation.reactive
Subclasses with type arguments of type CompositeMessageCondition in org.springframework.messaging.handler.annotation.reactiveModifier and TypeClassDescriptionclass
Extension ofAbstractMethodMessageHandler
for reactive, non-blocking handling of messages via@MessageMapping
methods.Methods in org.springframework.messaging.handler.annotation.reactive that return CompositeMessageConditionModifier and TypeMethodDescriptionprotected @Nullable CompositeMessageCondition
MessageMappingMessageHandler.getCondition
(AnnotatedElement element) Determine the mapping condition for the given annotated element.protected @Nullable CompositeMessageCondition
MessageMappingMessageHandler.getMappingForMethod
(Method method, Class<?> handlerType) protected @Nullable CompositeMessageCondition
MessageMappingMessageHandler.getMatchingMapping
(CompositeMessageCondition mapping, Message<?> message) Methods in org.springframework.messaging.handler.annotation.reactive that return types with arguments of type CompositeMessageConditionModifier and TypeMethodDescriptionprotected Comparator
<CompositeMessageCondition> MessageMappingMessageHandler.getMappingComparator
(Message<?> message) Methods in org.springframework.messaging.handler.annotation.reactive with parameters of type CompositeMessageConditionModifier and TypeMethodDescriptionMessageMappingMessageHandler.getDirectLookupMappings
(CompositeMessageCondition mapping) protected @Nullable 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
Methods in org.springframework.messaging.rsocket.annotation.support that return CompositeMessageConditionModifier and TypeMethodDescriptionprotected CompositeMessageCondition
RSocketMessageHandler.extendMapping
(CompositeMessageCondition composite, HandlerMethod handler) protected @Nullable CompositeMessageCondition
RSocketMessageHandler.getCondition
(AnnotatedElement element) Methods in org.springframework.messaging.rsocket.annotation.support with parameters of type CompositeMessageConditionModifier and TypeMethodDescriptionprotected CompositeMessageCondition
RSocketMessageHandler.extendMapping
(CompositeMessageCondition composite, HandlerMethod handler)