Uses of Class
org.springframework.messaging.support.AbstractMessageChannel
Packages that use AbstractMessageChannel
Package
Description
Provides implementations of 
Message along with
 a MessageBuilder and MessageHeaderAccessor for building and working with messages and
 message headers, as well as various MessageChannel
 implementations and channel interceptor support.- 
Uses of AbstractMessageChannel in org.springframework.messaging.supportSubclasses of AbstractMessageChannel in org.springframework.messaging.supportModifier and TypeClassDescriptionclassAbstract base class forSubscribableChannelimplementations.classASubscribableChannelthat sends messages to each of its subscribers.