Uses of Interface
org.springframework.integration.dispatcher.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
Modifier and TypeMethodDescriptionprotected abstract MessageDispatcher
AbstractSubscribableChannel.getDispatcher()
-
Uses of MessageDispatcher in org.springframework.integration.dispatcher
Modifier and TypeClassDescriptionclass
Base class forMessageDispatcher
implementations.class
A broadcasting dispatcher implementation.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
Modifier and TypeMethodDescriptionprotected MessageDispatcher
PostgresSubscribableChannel.getDispatcher()
-
Uses of MessageDispatcher in org.springframework.integration.kafka.channel
Modifier and TypeMethodDescriptionprotected MessageDispatcher
PublishSubscribeKafkaChannel.createDispatcher()
protected MessageDispatcher
SubscribableKafkaChannel.createDispatcher()