Package org.springframework.integration.dispatcher

Interface Summary
MessageDispatcher Strategy interface for dispatching messages to handlers.
 

Class Summary
AbstractDispatcher Base class for MessageDispatcher implementations.
AbstractUnicastDispatcher Implementation of MessageDispatcher that will attempt to send a Message to at most one of its handlers.
BroadcastingDispatcher A broadcasting dispatcher implementation.
FailOverDispatcher AbstractUnicastDispatcher that will try it's handlers in the same order every dispatch.
RoundRobinDispatcher Round-robin implementation of AbstractUnicastDispatcher.