Uses of Class
org.springframework.messaging.handler.AbstractMessageCondition
Packages that use AbstractMessageCondition
Package
Description
Basic abstractions for working with message handler methods.
Support classes for working with annotated RSocket stream handling methods.
Generic support for Simple Messaging Protocols including protocols such as STOMP.
- 
Uses of AbstractMessageCondition in org.springframework.messaging.handlerClasses in org.springframework.messaging.handler with type parameters of type AbstractMessageConditionModifier and TypeClassDescriptionclassAbstractMessageCondition<T extends AbstractMessageCondition<T>>Base class forMessageCondition'sthat pre-declares abstract methodsgetContent()andgetToStringInfix()in order to provide implementations ofequals(Object),hashCode(), andtoString().Subclasses of AbstractMessageCondition in org.springframework.messaging.handlerModifier and TypeClassDescriptionclassMessageConditionto match the destination header of a Message against one or more patterns through aRouteMatcher.
- 
Uses of AbstractMessageCondition in org.springframework.messaging.rsocket.annotation.supportModifier and TypeClassDescriptionclassA condition to assist with mapping onto handler methods based on the RSocket frame type.
- 
Uses of AbstractMessageCondition in org.springframework.messaging.simpSubclasses of AbstractMessageCondition in org.springframework.messaging.simpModifier and TypeClassDescriptionclassMessageConditionthat matches by the message type obtained viaSimpMessageHeaderAccessor.getMessageType(Map).