Package org.springframework.integration.dispatcher

Interface Summary
MessageDispatcher Strategy interface for dispatching messages.
 

Class Summary
AbstractDispatcher Base class for MessageDispatcher implementations.
BroadcastingDispatcher A broadcasting dispatcher implementation.
DirectChannel A channel that invokes the subscribed handler(s) in a sender's thread (returning after at most one handles the message).
DirectChannelFactory A ChannelFactory for creating DirectChannel instances.
PollingDispatcher  
PublishSubscribeChannel  
SimpleDispatcher Basic implementation of MessageDispatcher.