Uses of Class
org.springframework.integration.dispatcher.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
Modifier and TypeMethodDescriptionprotected AbstractDispatcher
PointToPointSubscribableAmqpChannel.createDispatcher()
protected AbstractDispatcher
PublishSubscribeAmqpChannel.createDispatcher()
-
Uses of AbstractDispatcher in org.springframework.integration.channel
-
Uses of AbstractDispatcher in org.springframework.integration.dispatcher
Modifier 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.