Uses of Interface
org.springframework.integration.dispatcher.MessageDispatcher
Packages that use MessageDispatcher
Package
Description
Provides classes representing various channel types.
Provides classes related to dispatching messages.
Provides a message channel-specific JDBC API.
Provides classes related to message channel implementations for Apache Kafka.
-
Uses of MessageDispatcher in org.springframework.integration.channel
Methods in org.springframework.integration.channel that return MessageDispatcherModifier and TypeMethodDescriptionprotected abstract MessageDispatcher
AbstractSubscribableChannel.getDispatcher()
-
Uses of MessageDispatcher in org.springframework.integration.dispatcher
Classes in org.springframework.integration.dispatcher that implement MessageDispatcherModifier and TypeClassDescriptionclass
Base class forMessageDispatcher
implementations.class
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. -
Uses of MessageDispatcher in org.springframework.integration.jdbc.channel
Methods in org.springframework.integration.jdbc.channel that return MessageDispatcherModifier and TypeMethodDescriptionprotected MessageDispatcher
PostgresSubscribableChannel.getDispatcher()
-
Uses of MessageDispatcher in org.springframework.integration.kafka.channel
Methods in org.springframework.integration.kafka.channel that return MessageDispatcherModifier and TypeMethodDescriptionprotected MessageDispatcher
PublishSubscribeKafkaChannel.createDispatcher()
protected MessageDispatcher
SubscribableKafkaChannel.createDispatcher()