Package | Description |
---|---|
org.springframework.messaging.simp |
Generic support for SImple Messaging Protocols including protocols such as STOMP.
|
org.springframework.messaging.simp.annotation.support |
Support classes for handling messages from simple messaging protocols
(like STOMP).
|
Modifier and Type | Method and Description |
---|---|
SimpMessageMappingInfo |
SimpMessageMappingInfo.combine(SimpMessageMappingInfo other) |
SimpMessageMappingInfo |
SimpMessageMappingInfo.getMatchingCondition(Message<?> message) |
Modifier and Type | Method and Description |
---|---|
SimpMessageMappingInfo |
SimpMessageMappingInfo.combine(SimpMessageMappingInfo other) |
int |
SimpMessageMappingInfo.compareTo(SimpMessageMappingInfo other,
Message<?> message) |
Modifier and Type | Method and Description |
---|---|
protected SimpMessageMappingInfo |
SimpAnnotationMethodMessageHandler.getMappingForMethod(java.lang.reflect.Method method,
java.lang.Class<?> handlerType) |
protected SimpMessageMappingInfo |
SimpAnnotationMethodMessageHandler.getMatchingMapping(SimpMessageMappingInfo mapping,
Message<?> message) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Comparator<SimpMessageMappingInfo> |
SimpAnnotationMethodMessageHandler.getMappingComparator(Message<?> message) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<java.lang.String> |
SimpAnnotationMethodMessageHandler.getDirectLookupDestinations(SimpMessageMappingInfo mapping) |
protected SimpMessageMappingInfo |
SimpAnnotationMethodMessageHandler.getMatchingMapping(SimpMessageMappingInfo mapping,
Message<?> message) |
protected void |
SimpAnnotationMethodMessageHandler.handleMatch(SimpMessageMappingInfo mapping,
HandlerMethod handlerMethod,
java.lang.String lookupDestination,
Message<?> message) |