Uses of Package
org.springframework.integration.dispatcher
Packages that use 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.
-
-
Classes in org.springframework.integration.dispatcher used by org.springframework.integration.channelClassDescriptionBase 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.Implementation ofMessageDispatcher
that will attempt to send aMessage
to at most one of its handlers. -
Classes in org.springframework.integration.dispatcher used by org.springframework.integration.dispatcherClassDescriptionBase 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
. -
Classes in org.springframework.integration.dispatcher used by org.springframework.integration.dslClassDescriptionStrategy for determining the iteration order of a MessageHandler list.
-
-