程序包 org.springframework.messaging.handler
Basic abstractions for working with message handler methods.
接口概要 接口 说明 MessageCondition<T> Contract for mapping conditions to messages.MessagingAdviceBean Represents a Spring-managed bean with cross-cutting functionality to be applied to one or more Spring beans with annotation-based message handling methods.类概要 类 说明 AbstractMessageCondition<T extends AbstractMessageCondition<T>> A base class forMessageConditiontypes providing implementations ofAbstractMessageCondition.equals(Object),AbstractMessageCondition.hashCode(), andAbstractMessageCondition.toString().DestinationPatternsMessageCondition AMessageConditionfor matching the destination of a Message against one or more destination patterns using aPathMatcher.HandlerMethod HandlerMethodSelector 已过时。 as of Spring 4.2.3, in favor of the generalized and refinedMethodIntrospector