Uses of Package
org.springframework.messaging.handler
Package
Description
Basic abstractions for working with message handler methods.
Support classes for working with annotated message-handling methods with
non-blocking, reactive contracts.
Common infrastructure for invoking message handler methods.
Common infrastructure for invoking message handler methods with non-blocking,
and reactive contracts.
Support classes for working with annotated RSocket stream handling methods.
Generic support for Simple Messaging Protocols including protocols such as STOMP.
Support classes for handling messages from simple messaging protocols
(like STOMP).
-
ClassDescriptionBase class for
MessageCondition's
that pre-declares abstract methodsAbstractMessageCondition.getContent()
andAbstractMessageCondition.getToStringInfix()
in order to provide implementations ofAbstractMessageCondition.equals(Object)
,AbstractMessageCondition.hashCode()
, andAbstractMessageCondition.toString()
.CompositeMessageCondition
that delegates to other message conditions.MessageCondition
to match the destination header of a Message against one or more patterns through aRouteMatcher
.Contract for mapping conditions to messages. -
ClassDescriptionComposite
MessageCondition
that delegates to other message conditions.Represents a Spring-managed bean with cross-cutting functionality to be applied to one or more Spring beans with annotation-based message handling methods. -
ClassDescriptionRepresents a Spring-managed bean with cross-cutting functionality to be applied to one or more Spring beans with annotation-based message handling methods.
-
ClassDescriptionRepresents a Spring-managed bean with cross-cutting functionality to be applied to one or more Spring beans with annotation-based message handling methods.
-
ClassDescriptionBase class for
MessageCondition's
that pre-declares abstract methodsAbstractMessageCondition.getContent()
andAbstractMessageCondition.getToStringInfix()
in order to provide implementations ofAbstractMessageCondition.equals(Object)
,AbstractMessageCondition.hashCode()
, andAbstractMessageCondition.toString()
.CompositeMessageCondition
that delegates to other message conditions.Contract for mapping conditions to messages. -
ClassDescriptionBase class for
MessageCondition's
that pre-declares abstract methodsAbstractMessageCondition.getContent()
andAbstractMessageCondition.getToStringInfix()
in order to provide implementations ofAbstractMessageCondition.equals(Object)
,AbstractMessageCondition.hashCode()
, andAbstractMessageCondition.toString()
.MessageCondition
to match the destination header of a Message against one or more patterns through aRouteMatcher
.Contract for mapping conditions to messages. -
ClassDescription