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.
PollingDispatcher  
SimpleDispatcher Basic implementation of MessageDispatcher that will attempt to send a Message to one of its targets.