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 CompositeMessageConditionCompositeMessageCondition. combine(CompositeMessageCondition other)CompositeMessageConditionCompositeMessageCondition. getMatchingCondition(Message<?> message)Methods in org.springframework.messaging.handler with parameters of type CompositeMessageCondition Modifier and Type Method Description CompositeMessageConditionCompositeMessageCondition. combine(CompositeMessageCondition other)intCompositeMessageCondition. 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 CompositeMessageConditionMessageMappingMessageHandler. getCondition(AnnotatedElement element)Determine the mapping condition for the given annotated element.protected CompositeMessageConditionMessageMappingMessageHandler. getMappingForMethod(Method method, Class<?> handlerType)protected CompositeMessageConditionMessageMappingMessageHandler. 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 CompositeMessageConditionMessageMappingMessageHandler. 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 CompositeMessageConditionRSocketMessageHandler. extendMapping(CompositeMessageCondition composite, HandlerMethod handler)protected CompositeMessageConditionRSocketMessageHandler. getCondition(AnnotatedElement element)Methods in org.springframework.messaging.rsocket.annotation.support with parameters of type CompositeMessageCondition Modifier and Type Method Description protected CompositeMessageConditionRSocketMessageHandler. extendMapping(CompositeMessageCondition composite, HandlerMethod handler)