Uses of Class
org.springframework.integration.dsl.MessageChannelSpec
Package
Description
Provides AMQP Component support for the Java DSL.
Root package of the Spring Integration Java DSL.
Provides JMS Component support for the Java DSL.
Provides Spring Integration Java DSL Components support for Apache Kafka.
Provides classes for supporting ZeroMQ component via Java DSL.
-
Uses of MessageChannelSpec in org.springframework.integration.amqp.dsl
Modifier and TypeClassDescriptionclass
AmqpMessageChannelSpec<S extends AmqpMessageChannelSpec<S,
T>, T extends AbstractAmqpChannel> AnAmqpPollableMessageChannelSpec
for a message-drivenPointToPointSubscribableAmqpChannel
.class
AmqpPollableMessageChannelSpec<S extends AmqpPollableMessageChannelSpec<S,
T>, T extends AbstractAmqpChannel> AMessageChannelSpec
for aAbstractAmqpChannel
s.class
-
Uses of MessageChannelSpec in org.springframework.integration.dsl
Modifier and TypeClassDescriptionclass
LoadBalancingChannelSpec<S extends MessageChannelSpec<S,
C>, C extends AbstractMessageChannel> class
MessageChannelSpec<S extends MessageChannelSpec<S,
C>, C extends AbstractMessageChannel> Modifier and TypeClassDescriptionclass
class
class
class
LoadBalancingChannelSpec<S extends MessageChannelSpec<S,
C>, C extends AbstractMessageChannel> class
class
PublishSubscribeChannelSpec<S extends PublishSubscribeChannelSpec<S>>
class
ThePublishSubscribeChannelSpec
extension to configure as a general flow callback for sub-flows as subscribers.class
static class
TheChannelMessageStore
-specificQueueChannelSpec
extension.class
Modifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.channel
(MessageChannelSpec<?, ?> messageChannelSpec) Populate aMessageChannel
instance at the currentIntegrationFlow
chain position using theMessageChannelSpec
fluent API.static IntegrationFlowBuilder
IntegrationFlow.from
(MessageChannelSpec<?, ?> messageChannelSpec) Populate theMessageChannel
object to theIntegrationFlowBuilder
chain using the fluent API fromMessageChannelSpec
.protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageChannelSpec<?, ?> messageChannelSpec) static IntegrationFlowBuilder
IntegrationFlows.from
(MessageChannelSpec<?, ?> messageChannelSpec) Deprecated, for removal: This API element is subject to removal in a future version.Populate theMessageChannel
object to theIntegrationFlowBuilder
chain using the fluent API fromMessageChannelSpec
.Modifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.channel
(Function<Channels, MessageChannelSpec<?, ?>> channels) Populate aMessageChannel
instance at the currentIntegrationFlow
chain position using theChannels
factory fluent API. -
Uses of MessageChannelSpec in org.springframework.integration.jms.dsl
Modifier and TypeClassDescriptionclass
JmsMessageChannelSpec<S extends JmsMessageChannelSpec<S,
T>, T extends AbstractJmsChannel> AJmsMessageChannelSpec
for subscribableAbstractJmsChannel
s.class
JmsPollableMessageChannelSpec<S extends JmsPollableMessageChannelSpec<S,
T>, T extends AbstractJmsChannel> AMessageChannelSpec
for anAbstractJmsChannel
.class
AJmsMessageChannelSpec
for aSubscribableJmsChannel
configured with a topic. -
Uses of MessageChannelSpec in org.springframework.integration.kafka.dsl
Modifier and TypeClassDescriptionclass
AbstractKafkaChannelSpec<S extends AbstractKafkaChannelSpec<S,
C>, C extends AbstractKafkaChannel> Spec for a message channel backed by an Apache Kafka topic.class
Spec for a point to point channel backed by an Apache Kafka topic.class
Spec for a pollable channel.class
Spec for a publish/subscribe channel backed by an Apache Kafka topic.class
Spec for a subscribable channel. -
Uses of MessageChannelSpec in org.springframework.integration.zeromq.dsl