Uses of Class
org.springframework.integration.dsl.MessageProducerSpec
Package
Description
Provides AMQP Component support for the Java DSL.
Root package of the Spring Integration Java DSL.
Provides File Components support for Spring Integration Java DSL.
Provides TCP/UDP Component support for the Java DSL.
Provides JMS Component support for the Java DSL.
Provides Spring Integration Java DSL Components support for Apache Kafka.
Provides Mail Components for the Java DSL.
Provides MongoDB Components support for Java DSL.
Provides classes for supporting ZeroMQ component via Java DSL.
-
Uses of MessageProducerSpec in org.springframework.integration.amqp.dsl
Modifier and TypeClassDescriptionclass
The baseMessageProducerSpec
implementation for aAmqpInboundChannelAdapter
.class
Spec for an inbound channel adapter with aDirectMessageListenerContainer
.class
Spec for an inbound channel adapter with aSimpleMessageListenerContainer
.class
AmqpInboundChannelAdapterSpec<S extends AmqpInboundChannelAdapterSpec<S,
C>, C extends MessageListenerContainer> class
Spec for an inbound channel adapter with aStreamListenerContainer
. -
Uses of MessageProducerSpec in org.springframework.integration.dsl
Modifier and TypeClassDescriptionclass
MessageProducerSpec<S extends MessageProducerSpec<S,
P>, P extends MessageProducerSupport> AnIntegrationComponentSpec
forMessageProducer
s.Modifier and TypeMethodDescriptionstatic IntegrationFlowBuilder
IntegrationFlow.from
(MessageProducerSpec<?, ?> messageProducerSpec) Populate theMessageProducerSupport
object to theIntegrationFlowBuilder
chain using the fluent API from theMessageProducerSpec
.protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageProducerSpec<?, ?> messageProducerSpec) static IntegrationFlowBuilder
IntegrationFlows.from
(MessageProducerSpec<?, ?> messageProducerSpec) Deprecated, for removal: This API element is subject to removal in a future version.Populate theMessageProducerSupport
object to theIntegrationFlowBuilder
chain using the fluent API from theMessageProducerSpec
. -
Uses of MessageProducerSpec in org.springframework.integration.file.dsl
-
Uses of MessageProducerSpec in org.springframework.integration.ip.dsl
Modifier and TypeClassDescriptionclass
class
-
Uses of MessageProducerSpec in org.springframework.integration.jms.dsl
Modifier and TypeClassDescriptionclass
static class
JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec<S extends JmsListenerContainerSpec<S,
C>, C extends AbstractMessageListenerContainer> -
Uses of MessageProducerSpec in org.springframework.integration.kafka.dsl
Modifier and TypeClassDescriptionclass
KafkaMessageDrivenChannelAdapterSpec<K,
V, S extends KafkaMessageDrivenChannelAdapterSpec<K, V, S>> AMessageProducerSpec
implementation for theKafkaMessageDrivenChannelAdapter
.static class
AConcurrentMessageListenerContainer
configurationKafkaMessageDrivenChannelAdapterSpec
extension. -
Uses of MessageProducerSpec in org.springframework.integration.mail.dsl
Modifier and TypeClassDescriptionclass
-
Uses of MessageProducerSpec in org.springframework.integration.mongodb.dsl
Modifier and TypeClassDescriptionclass
-
Uses of MessageProducerSpec in org.springframework.integration.zeromq.dsl