Package org.springframework.messaging.handler
@NonNullApi
@NonNullFields
package org.springframework.messaging.handler
Basic abstractions for working with message handler methods.
-
ClassDescriptionAbstractMessageCondition<T extends AbstractMessageCondition<T>>Base 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.Represents a Spring-managed bean with cross-cutting functionality to be applied to one or more Spring beans with annotation-based message handling methods.