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