Uses of Class
org.springframework.messaging.handler.CompositeMessageCondition
Packages that use CompositeMessageCondition Package Description 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.annotation.support Support classes for working with annotated RSocket stream handling methods.Uses of CompositeMessageCondition in org.springframework.messaging.handler
Methods in org.springframework.messaging.handler that return CompositeMessageCondition Modifier and Type Method Description CompositeMessageCondition
CompositeMessageCondition. combine(CompositeMessageCondition other)
CompositeMessageCondition
CompositeMessageCondition. getMatchingCondition(Message<?> message)
Methods in org.springframework.messaging.handler with parameters of type CompositeMessageCondition Modifier and Type Method Description CompositeMessageCondition
CompositeMessageCondition. combine(CompositeMessageCondition other)
int
CompositeMessageCondition. compareTo(CompositeMessageCondition other, Message<?> message)
Uses of CompositeMessageCondition in org.springframework.messaging.handler.annotation.reactive
Methods in org.springframework.messaging.handler.annotation.reactive that return CompositeMessageCondition Modifier and Type Method Description protected 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)
Methods in org.springframework.messaging.handler.annotation.reactive that return types with arguments of type CompositeMessageCondition Modifier and Type Method Description protected Comparator<CompositeMessageCondition>
MessageMappingMessageHandler. getMappingComparator(Message<?> message)
Methods in org.springframework.messaging.handler.annotation.reactive with parameters of type CompositeMessageCondition Modifier and Type Method Description protected Set<String>
MessageMappingMessageHandler. 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
Methods in org.springframework.messaging.rsocket.annotation.support that return CompositeMessageCondition Modifier and Type Method Description protected CompositeMessageCondition
RSocketMessageHandler. extendMapping(CompositeMessageCondition composite, HandlerMethod handler)
protected CompositeMessageCondition
RSocketMessageHandler. getCondition(AnnotatedElement element)
Methods in org.springframework.messaging.rsocket.annotation.support with parameters of type CompositeMessageCondition Modifier and Type Method Description protected CompositeMessageCondition
RSocketMessageHandler. extendMapping(CompositeMessageCondition composite, HandlerMethod handler)