|
Spring Integration | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
LoadBalancingStrategy | Strategy for determining the iteration order of a MessageHandler list. |
MessageDispatcher | Strategy interface for dispatching messages to handlers. |
Class Summary | |
---|---|
AbstractDispatcher | Base class for MessageDispatcher implementations. |
BroadcastingDispatcher | A broadcasting dispatcher implementation. |
RoundRobinLoadBalancingStrategy | Round-robin implementation of LoadBalancingStrategy . |
UnicastingDispatcher | Implementation of MessageDispatcher that will attempt to send a
Message to at most one of its handlers. |
Exception Summary | |
---|---|
AggregateMessageDeliveryException | An Exception that encapsulates an aggregated group of Exceptions for use by dispatchers that may try multiple handler invocations within a single dispatch operation. |
Provides classes related to dispatching messages.
|
Spring Integration | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |