クラスの使用
org.springframework.integration.dsl.MessagingGatewaySpec
MessagingGatewaySpec を使用するパッケージ
パッケージ
説明
Java DSL の AMQP コンポーネントサポートを提供します。
Spring Integration Java DSL のルートパッケージ。
Spring Integration Java DSL の HTTP コンポーネントサポートを提供します。
Java DSL の TCP/UDP コンポーネントサポートを提供します。
Java DSL の JMS コンポーネントサポートを提供します。
Apache Kafka 用の Spring Integration Java DSL コンポーネントサポートを提供します。
Spring Integration Java DSL の RSocket コンポーネントサポートを提供します。
Spring Integration Java DSL の WebFlux コンポーネントサポートを提供します。
DSL サポート用のクラスが含まれています。
org.springframework.integration.amqp.dsl 内の MessagingGatewaySpec 使用
修飾子と型クラス説明class
AmqpBaseInboundGatewaySpec<S extends AmqpBaseInboundGatewaySpec<S>>
AmqpInboundGateway
エンドポイントオプションの基本MessagingGatewaySpec
実装。class
DirectMessageListenerContainer
を備えたゲートウェイの仕様。class
SimpleMessageListenerContainer
を備えたゲートウェイの仕様。class
AmqpInboundGatewaySpec<S extends AmqpInboundGatewaySpec<S,
C>, C extends AbstractMessageListenerContainer> org.springframework.integration.dsl 内の MessagingGatewaySpec 使用
MessagingGatewaySpec 型の型パラメーターを持つ org.springframework.integration.dsl のクラス修飾子と型クラス説明class
MessagingGatewaySpec<S extends MessagingGatewaySpec<S,
G>, G extends MessagingGatewaySupport> 型 MessagingGatewaySpec のパラメーターを持つ org.springframework.integration.dsl のメソッド修飾子と型メソッド説明static IntegrationFlowBuilder
IntegrationFlow.from
(MessagingGatewaySpec<?, ?> inboundGatewaySpec) MessagingGatewaySpec
からの流れるような API を使用して、MessagingGatewaySupport
オブジェクトをIntegrationFlowBuilder
チェーンに移入します。protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessagingGatewaySpec<?, ?> inboundGatewaySpec) org.springframework.integration.http.dsl 内の MessagingGatewaySpec 使用
修飾子と型クラス説明class
BaseHttpInboundEndpointSpec<S extends BaseHttpInboundEndpointSpec<S,
E>, E extends HttpRequestHandlingEndpointSupport> class
class
HttpInboundEndpointSupportSpec<S extends HttpInboundEndpointSupportSpec<S,
E>, E extends BaseHttpInboundEndpoint> class
org.springframework.integration.ip.dsl 内の MessagingGatewaySpec 使用
org.springframework.integration.jms.dsl 内の MessagingGatewaySpec 使用
修飾子と型クラス説明class
JmsInboundGatewaySpec<S extends JmsInboundGatewaySpec<S>>
static class
JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S extends JmsListenerContainerSpec<S,
C>, C extends AbstractMessageListenerContainer> org.springframework.integration.kafka.dsl 内の MessagingGatewaySpec 使用
修飾子と型クラス説明class
KafkaInboundGatewaySpec<K, V, R, S extends KafkaInboundGatewaySpec<K,
V, R, S>> static class
ConcurrentMessageListenerContainer
構成のKafkaInboundGatewaySpec
拡張。org.springframework.integration.rsocket.dsl 内の MessagingGatewaySpec 使用
org.springframework.integration.webflux.dsl 内の MessagingGatewaySpec 使用
修飾子と型クラス説明class
org.springframework.integration.ws.dsl 内の MessagingGatewaySpec 使用
修飾子と型クラス説明class
BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,
E>, E extends AbstractWebServiceInboundGateway> Web サービスのベースMessagingGatewaySpec
。class
class