クラスの使用
org.springframework.integration.dsl.MessageSourceSpec
MessageSourceSpec を使用するパッケージ
パッケージ
説明
Java DSL の AMQP コンポーネントサポートを提供します。
Spring Integration Java DSL のルートパッケージ。
Spring Integration Java DSL のフィードコンポーネントサポートを提供します。
Spring Integration Java DSL のファイルコンポーネントサポートを提供します。
Java DSL の FTP コンポーネントを提供します。
Java DSL の JMS コンポーネントサポートを提供します。
Java DSL の JPA コンポーネントサポートを提供します。
Apache Kafka 用の Spring Integration Java DSL コンポーネントサポートを提供します。
Java DSL のメールコンポーネントを提供します。
Java DSL の MongoDB コンポーネントサポートを提供します。
R2DBC コンポーネントの JavaDSL をサポートするためのクラスを提供します。
Spring Integration Java DSL のスクリプトコンポーネントサポートを提供します。
Java DSL 用の SFTP コンポーネントを提供します。
JavaDSL 用の SMB コンポーネントを提供します。
org.springframework.integration.amqp.dsl 内の MessageSourceSpec 使用
org.springframework.integration.dsl 内の MessageSourceSpec 使用
MessageSourceSpec 型の型パラメーターを持つ org.springframework.integration.dsl のクラス型 MessageSourceSpec のパラメーターを持つ org.springframework.integration.dsl のメソッド修飾子と型メソッド説明static IntegrationFlowBuilder
IntegrationFlow.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec) 提供されたMessageSourceSpec
からの流れるような API を使用して、MessageSource
オブジェクトをIntegrationFlowBuilder
チェーンに移入します。static IntegrationFlowBuilder
IntegrationFlow.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec, ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer) 提供されたMessageSourceSpec
からの流れるような API を使用して、MessageSource
オブジェクトをIntegrationFlowBuilder
チェーンに移入します。protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec) protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec, ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer) org.springframework.integration.feed.dsl 内の MessageSourceSpec 使用
org.springframework.integration.file.dsl 内の MessageSourceSpec 使用
修飾子と型クラス説明class
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>> org.springframework.integration.ftp.dsl 内の MessageSourceSpec 使用
org.springframework.integration.jms.dsl 内の MessageSourceSpec 使用
修飾子と型クラス説明class
JmsInboundChannelAdapterSpec<S extends JmsInboundChannelAdapterSpec<S>>
static class
JmsTemplate
ベースのJmsInboundChannelAdapterSpec
拡張。org.springframework.integration.jpa.dsl 内の MessageSourceSpec 使用
org.springframework.integration.kafka.dsl 内の MessageSourceSpec 使用
org.springframework.integration.mail.dsl 内の MessageSourceSpec 使用
修飾子と型クラス説明class
IMAP 用のMailInboundChannelAdapterSpec
。class
MailInboundChannelAdapterSpec<S extends MailInboundChannelAdapterSpec<S,
R>, R extends AbstractMailReceiver> class
POP3 用のMailInboundChannelAdapterSpec
。org.springframework.integration.mongodb.dsl 内の MessageSourceSpec 使用
修飾子と型クラス説明class
AbstractMongoDbMessageSourceSpec<S extends AbstractMongoDbMessageSourceSpec<S,
H>, H extends AbstractMongoDbMessageSource<?>> 一般的な MongoDB ソースオプションのMessageSourceSpec
拡張。class
class
org.springframework.integration.r2dbc.dsl 内の MessageSourceSpec 使用
org.springframework.integration.scripting.dsl 内の MessageSourceSpec 使用
org.springframework.integration.sftp.dsl 内の MessageSourceSpec 使用
org.springframework.integration.smb.dsl 内の MessageSourceSpec 使用