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.handler
Classes in org.springframework.messaging.handler with type parameters of type AbstractMessageConditionModifier 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()
.Subclasses of AbstractMessageCondition in org.springframework.messaging.handlerModifier 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
Subclasses of AbstractMessageCondition in org.springframework.messaging.simpModifier and TypeClassDescriptionclass
MessageCondition
that matches by the message type obtained viaSimpMessageHeaderAccessor.getMessageType(Map)
.