Uses of Class
org.springframework.integration.dsl.MessageSourceSpec
Package
Description
Provides AMQP Component support for the Java DSL.
Root package of the Spring Integration Java DSL.
Provides Feed Components support for Spring Integration Java DSL.
Provides File Components support for Spring Integration Java DSL.
Provides FTP Components for the Java DSL.
Provides JMS Component support for the Java DSL.
Provides JPA Components support for 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 Java DSL for R2DBC components.
Provides Scripting Components support for Spring Integration Java DSL.
Provides SFTP Components for the Java DSL.
Provides SMB Components for the Java DSL.
-
Uses of MessageSourceSpec in org.springframework.integration.amqp.dsl
Modifier and TypeClassDescriptionclass
Spec for a polled AMQP inbound channel adapter. -
Uses of MessageSourceSpec in org.springframework.integration.dsl
Modifier and TypeClassDescriptionclass
MessageSourceSpec<S extends MessageSourceSpec<S,
H>, H extends MessageSource<?>> AnIntegrationComponentSpec
forMessageSource
s.Modifier and TypeMethodDescriptionstatic IntegrationFlowBuilder
IntegrationFlow.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec) Populate theMessageSource
object to theIntegrationFlowBuilder
chain using the fluent API from the providedMessageSourceSpec
.static IntegrationFlowBuilder
IntegrationFlow.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec, Consumer<SourcePollingChannelAdapterSpec> endpointConfigurer) Populate theMessageSource
object to theIntegrationFlowBuilder
chain using the fluent API from the providedMessageSourceSpec
.protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec) protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec, Consumer<SourcePollingChannelAdapterSpec> endpointConfigurer) -
Uses of MessageSourceSpec in org.springframework.integration.feed.dsl
-
Uses of MessageSourceSpec in org.springframework.integration.file.dsl
Modifier and TypeClassDescriptionclass
class
RemoteFileInboundChannelAdapterSpec<F,
S extends RemoteFileInboundChannelAdapterSpec<F, S, MS>, MS extends AbstractInboundFileSynchronizingMessageSource<F>> class
RemoteFileStreamingInboundChannelAdapterSpec<F,
S extends RemoteFileStreamingInboundChannelAdapterSpec<F, S, MS>, MS extends AbstractRemoteFileStreamingMessageSource<F>> -
Uses of MessageSourceSpec in org.springframework.integration.ftp.dsl
Modifier and TypeClassDescriptionclass
class
-
Uses of MessageSourceSpec in org.springframework.integration.jms.dsl
Modifier and TypeClassDescriptionclass
JmsInboundChannelAdapterSpec<S extends JmsInboundChannelAdapterSpec<S>>
static class
AJmsTemplate
-basedJmsInboundChannelAdapterSpec
extension. -
Uses of MessageSourceSpec in org.springframework.integration.jpa.dsl
Modifier and TypeClassDescriptionclass
-
Uses of MessageSourceSpec in org.springframework.integration.kafka.dsl
Modifier and TypeClassDescriptionclass
Spec for a polled Apache Kafka inbound channel adapter. -
Uses of MessageSourceSpec in org.springframework.integration.mail.dsl
Modifier and TypeClassDescriptionclass
AMailInboundChannelAdapterSpec
for IMAP.class
MailInboundChannelAdapterSpec<S extends MailInboundChannelAdapterSpec<S,
R>, R extends AbstractMailReceiver> class
AMailInboundChannelAdapterSpec
for POP3. -
Uses of MessageSourceSpec in org.springframework.integration.mongodb.dsl
Modifier and TypeClassDescriptionclass
AbstractMongoDbMessageSourceSpec<S extends AbstractMongoDbMessageSourceSpec<S,
H>, H extends AbstractMongoDbMessageSource<?>> AMessageSourceSpec
extension for common MongoDB sources options.class
AAbstractMongoDbMessageSourceSpec
implementation for aMongoDbMessageSource
.class
AAbstractMongoDbMessageSourceSpec
implementation for aReactiveMongoDbMessageSource
. -
Uses of MessageSourceSpec in org.springframework.integration.r2dbc.dsl
-
Uses of MessageSourceSpec in org.springframework.integration.scripting.dsl
-
Uses of MessageSourceSpec in org.springframework.integration.sftp.dsl
Modifier and TypeClassDescriptionclass
class
-
Uses of MessageSourceSpec in org.springframework.integration.smb.dsl
Modifier and TypeClassDescriptionclass
class