Package org.springframework.integration.dispatcher
package org.springframework.integration.dispatcher
Provides classes related to dispatching messages.
-
ClassDescriptionBase class for
MessageDispatcher
implementations.An Exception that encapsulates an aggregated group of Exceptions for use by dispatchers that may try multiple handler invocations within a single dispatch operation.A broadcasting dispatcher implementation.Strategy for determining the iteration order of a MessageHandler list.Strategy interface for dispatching messages to handlers.The strategy to decorateMessageHandlingRunnable
tasks to be used with theExecutor
.AnAbstractDispatcher
implementation for distributing messages to dedicated threads according to the key determined by the provided function against the message to dispatch.Round-robin implementation ofLoadBalancingStrategy
.Implementation ofMessageDispatcher
that will attempt to send aMessage
to at most one of its handlers.