Uses of Interface
org.springframework.messaging.handler.MessageCondition
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 MessageCondition in org.springframework.messaging.handler
Modifier and TypeClassDescriptionclass
AbstractMessageCondition<T extends AbstractMessageCondition<T>>
Base class forMessageCondition's
that pre-declares abstract methodsAbstractMessageCondition.getContent()
andAbstractMessageCondition.getToStringInfix()
in order to provide implementations ofAbstractMessageCondition.equals(Object)
,AbstractMessageCondition.hashCode()
, andAbstractMessageCondition.toString()
.class
CompositeMessageCondition
that delegates to other message conditions.class
MessageCondition
to match the destination header of a Message against one or more patterns through aRouteMatcher
.Modifier and TypeMethodDescription<T extends MessageCondition<T>>
TCompositeMessageCondition.getCondition
(Class<T> messageConditionType) Modifier and TypeMethodDescriptionList<MessageCondition<?>>
CompositeMessageCondition.getMessageConditions()
ModifierConstructorDescriptionCompositeMessageCondition
(MessageCondition<?>... messageConditions) -
Uses of MessageCondition 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 MessageCondition in org.springframework.messaging.simp
Modifier and TypeClassDescriptionclass
MessageCondition
for SImple Messaging Protocols.class
MessageCondition
that matches by the message type obtained viaSimpMessageHeaderAccessor.getMessageType(Map)
.