| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CompositeMessageCondition | 
CompositeMessageCondition.combine(CompositeMessageCondition other)  | 
CompositeMessageCondition | 
CompositeMessageCondition.getMatchingCondition(Message<?> message)  | 
| Modifier and Type | Method and Description | 
|---|---|
CompositeMessageCondition | 
CompositeMessageCondition.combine(CompositeMessageCondition other)  | 
int | 
CompositeMessageCondition.compareTo(CompositeMessageCondition other,
         Message<?> message)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Comparator<CompositeMessageCondition> | 
MessageMappingMessageHandler.getMappingComparator(Message<?> message)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected CompositeMessageCondition | 
RSocketMessageHandler.extendMapping(CompositeMessageCondition composite,
             HandlerMethod handler)  | 
protected CompositeMessageCondition | 
RSocketMessageHandler.getCondition(AnnotatedElement element)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected CompositeMessageCondition | 
RSocketMessageHandler.extendMapping(CompositeMessageCondition composite,
             HandlerMethod handler)  |