クラスの使用
org.springframework.integration.dsl.MessageProducerSpec
MessageProducerSpec を使用するパッケージ
パッケージ
説明
Java DSL の AMQP コンポーネントサポートを提供します。
Java DSL 経由で Debezium コンポーネントをサポートするためのクラスを提供します。
Spring Integration Java DSL のルートパッケージ。
Spring Integration Java DSL のファイルコンポーネントサポートを提供します。
Java DSL の TCP/UDP コンポーネントサポートを提供します。
Java DSL の JMS コンポーネントサポートを提供します。
Apache Kafka 用の Spring Integration Java DSL コンポーネントサポートを提供します。
Java DSL のメールコンポーネントを提供します。
Java DSL の MongoDB コンポーネントサポートを提供します。
JavaDSL を介して ZeroMQ コンポーネントをサポートするためのクラスを提供します。
org.springframework.integration.amqp.dsl 内の MessageProducerSpec 使用
修飾子と型クラス説明class
class
DirectMessageListenerContainer
を備えた受信チャネルアダプターの仕様。class
SimpleMessageListenerContainer
を備えた受信チャネルアダプターの仕様。class
AmqpInboundChannelAdapterSpec<S extends AmqpInboundChannelAdapterSpec<S,
C>, C extends MessageListenerContainer> class
StreamListenerContainer
を備えた受信チャネルアダプターの仕様。org.springframework.integration.debezium.dsl 内の MessageProducerSpec 使用
org.springframework.integration.dsl 内の MessageProducerSpec 使用
MessageProducerSpec 型の型パラメーターを持つ org.springframework.integration.dsl のクラス修飾子と型クラス説明class
MessageProducerSpec<S extends MessageProducerSpec<S,
P>, P extends MessageProducerSupport> 型 MessageProducerSpec のパラメーターを持つ org.springframework.integration.dsl のメソッド修飾子と型メソッド説明static IntegrationFlowBuilder
IntegrationFlow.from
(MessageProducerSpec<?, ?> messageProducerSpec) MessageProducerSpec
からの流れるような API を使用して、MessageProducerSupport
オブジェクトをIntegrationFlowBuilder
チェーンに移入します。protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessageProducerSpec<?, ?> messageProducerSpec) org.springframework.integration.file.dsl 内の MessageProducerSpec 使用
org.springframework.integration.ip.dsl 内の MessageProducerSpec 使用
修飾子と型クラス説明class
class
org.springframework.integration.jms.dsl 内の MessageProducerSpec 使用
修飾子と型クラス説明class
static class
org.springframework.integration.kafka.dsl 内の MessageProducerSpec 使用
修飾子と型クラス説明class
KafkaMessageDrivenChannelAdapterSpec<K,
V, S extends KafkaMessageDrivenChannelAdapterSpec<K, V, S>> static class
ConcurrentMessageListenerContainer
構成のKafkaMessageDrivenChannelAdapterSpec
拡張。org.springframework.integration.mail.dsl 内の MessageProducerSpec 使用
org.springframework.integration.mongodb.dsl 内の MessageProducerSpec 使用
修飾子と型クラス説明class
org.springframework.integration.zeromq.dsl 内の MessageProducerSpec 使用