Uses of Class
org.springframework.integration.dispatcher.AbstractDispatcher
Packages that use AbstractDispatcher
Package
Description
Provides classes related to AMQP-backed channels.
Provides classes representing various channel types.
Provides classes related to dispatching messages.
-
Uses of AbstractDispatcher in org.springframework.integration.amqp.channel
Methods in org.springframework.integration.amqp.channel that return AbstractDispatcherModifier and TypeMethodDescriptionprotected AbstractDispatcher
PointToPointSubscribableAmqpChannel.createDispatcher()
protected AbstractDispatcher
PublishSubscribeAmqpChannel.createDispatcher()
-
Uses of AbstractDispatcher in org.springframework.integration.channel
Fields in org.springframework.integration.channel declared as AbstractDispatcher -
Uses of AbstractDispatcher in org.springframework.integration.dispatcher
Subclasses of AbstractDispatcher in org.springframework.integration.dispatcherModifier and TypeClassDescriptionclass
A broadcasting dispatcher implementation.class
AnAbstractDispatcher
implementation for distributing messages to dedicated threads according to the key determined by the provided function against the message to dispatch.class
Implementation ofMessageDispatcher
that will attempt to send aMessage
to at most one of its handlers.