Uses of Class
org.springframework.messaging.handler.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.handler
Modifier and TypeClassDescriptionclass
AbstractMessageCondition<T extends AbstractMessageCondition<T>>
Base class forMessageCondition's
that pre-declares abstract methodsgetContent()
andgetToStringInfix()
in order to provide implementations ofequals(Object)
,hashCode()
, andtoString()
.Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
A condition to assist with mapping onto handler methods based on the RSocket frame type. -
Uses of AbstractMessageCondition in org.springframework.messaging.simp
Modifier and TypeClassDescriptionclass
MessageCondition
that matches by the message type obtained viaSimpMessageHeaderAccessor.getMessageType(Map)
.