Package org.springframework.integration.dispatcher

Interface Summary
MessageDispatcher Strategy interface for dispatching messages to handlers.
 

Class Summary
AbstractDispatcher Base class for MessageDispatcher implementations.
BroadcastingDispatcher A broadcasting dispatcher implementation.
SimpleDispatcher Basic implementation of MessageDispatcher that will attempt to send a Message to one of its handlers.