Uses of Package
org.springframework.integration.dispatcher
Package
Description
Provides classes related to AMQP-backed channels.
Provides classes representing various channel types.
Provides classes related to dispatching messages.
Root package of the Spring Integration Java DSL.
Provides a message channel-specific JDBC API.
Provides classes related to message channel implementations for Apache Kafka.
-
-
ClassDescriptionBase class for
MessageDispatcher
implementations.A broadcasting dispatcher implementation.Strategy for determining the iteration order of a MessageHandler list.Strategy interface for dispatching messages to handlers.AnAbstractDispatcher
implementation for distributing messages to dedicated threads according to the key determined by the provided function against the message to dispatch.Implementation ofMessageDispatcher
that will attempt to send aMessage
to at most one of its handlers. -
ClassDescriptionBase class for
MessageDispatcher
implementations.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
. -
ClassDescriptionStrategy for determining the iteration order of a MessageHandler list.
-
-