クラスの使用
org.springframework.integration.handler.AbstractReplyProducingMessageHandler
AbstractReplyProducingMessageHandler を使用するパッケージ
パッケージ
説明
メッセージ集約に関連するクラスを提供します。
送信エンドポイントをサポートするクラスを提供します。
Apache Camel 送信 チャネルアダプターのクラスを提供します。
Cassandra 送信 エンドポイントをサポートするクラスを提供します。
ファイルサポートの基本パッケージ。
リモートファイルゲートウェイをサポートするクラスを提供します。
AbstractMessageSplitter
の実装を提供します。 フィルターパターンをサポートするクラスを提供します。
FTP ゲートウェイをサポートするクラスを提供します。
メッセージングゲートウェイをサポートするクラスを提供します。
GraphQL 送信チャネルアダプターのクラスを提供します。
さまざまな型のメッセージハンドラーを実装するクラスを提供します。
送信エンドポイントをサポートするクラスを提供します。
TCP サポートの基本パッケージ。
Spring Integration JDBC モジュールのルートパッケージ。さまざまな JDBC およびストアドプロシージャ / 関数をサポートするコンポーネントが含まれています。
JMS サポートの基本パッケージ。
JMX サポートの基本パッケージ。
送信操作を行うための Spring Integration コンポーネントを提供します。
Apache Kafka 用の Spring Integration 送信コンポーネントを提供します。
Mongo 送信チャネルアダプターに関連するクラスを提供します
送信エンドポイントをサポートするクラスを提供します。
送信 RSocket コンポーネントを表すクラスを提供します。
Scatter-Gather パターンをサポートするクラスを提供します。
SFTP ゲートウェイをサポートするクラスを提供します。
SMB プロトコル用の送信チャネルアダプターの実装。
スプリッターパターンをサポートするクラスを提供します。
エンリッチャーとフィルターを含むさまざまな Transformers のコア実装が含まれています。
送信エンドポイントをサポートするクラスを提供します。
いくつかの受信および送信 Web サービスコンポーネントを提供します。
AbstractMessageSplitter
の実装を提供します。Zip のスプリッターパターンをサポートするクラス。
org.springframework.integration.aggregator 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.amqp.outbound 内の AbstractReplyProducingMessageHandler 使用
修飾子と型クラス説明class
AMQP メッセージハンドラーのベースAbstractReplyProducingMessageHandler
拡張。class
メッセージを変換して AMQPExchange に送信するアダプター。class
送信スレッドがすぐに解放され、応答が非同期テンプレートのリスナーコンテナースレッドで送信される送信ゲートウェイ。org.springframework.integration.camel.outbound 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.cassandra.outbound 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.file 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.file.remote.gateway 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.file.splitter 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.filter 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.ftp.gateway 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.gateway 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.graphql.outbound 内の AbstractReplyProducingMessageHandler 使用
修飾子と型クラス説明class
GraphQL Query、Mutation、Subscription リクエストを処理できるAbstractReplyProducingMessageHandler
。org.springframework.integration.handler 内の AbstractReplyProducingMessageHandler 使用
修飾子と型クラス説明class
class
リクエストメッセージを変更せずに出力チャネルに直接渡す単純な MessageHandler 実装。class
受信Message
でのdelayExpression
の評価結果、またはこのハンドラーで構成されたデフォルトの遅延値に基づいて、メッセージフローの継続を遅延させることができるMessageHandler
。class
リクエストと応答のシナリオ用の生のMessageHandler
のAbstractReplyProducingMessageHandler
ラッパー。class
修飾子と型メソッド説明AbstractReplyProducingMessageHandler.RequestHandler.getAdvisedHandler()
アドバイスオブジェクトに関する情報を取得するためのメッセージハンドラーアドバイスクラスで使用するためのユーティリティメソッド。org.springframework.integration.http.outbound 内の AbstractReplyProducingMessageHandler 使用
修飾子と型クラス説明class
http 送信アダプター / ゲートウェイの基本クラス。class
RestTemplate
インスタンスに委譲することによって HTTP リクエストを実行するMessageHandler
実装。org.springframework.integration.ip.tcp 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.jdbc 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.jms 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.jmx 内の AbstractReplyProducingMessageHandler 使用
修飾子と型クラス説明class
AbstractMessageHandler.handleMessage(Message)
メソッドに送信されたメッセージに基づいて JMX 操作を呼び出すためのMessageHandler
実装。org.springframework.integration.jpa.outbound 内の AbstractReplyProducingMessageHandler 使用
修飾子と型クラス説明class
Jpa 送信 ゲートウェイを使用すると、次のいずれかの送信操作を実行できます: JPA を使用してデータベースにデータを送信 (挿入、削除) する、データベースからデータを取得 (選択) する 選択したOutboundGatewayType
に応じて、送信 ゲートウェイはJpaExecutor
のポーリングメソッドまたはその executeOutboundJpaOperation メソッドを使用します。org.springframework.integration.kafka.outbound 内の AbstractReplyProducingMessageHandler 使用
修飾子と型クラス説明class
Apache Kafka のメッセージハンドラー。ReplyingKafkaTemplate
とともに提供される場合、送信ゲートウェイのハンドラーとして使用されます。org.springframework.integration.mongodb.outbound 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.redis.outbound 内の AbstractReplyProducingMessageHandler 使用
修飾子と型クラス説明class
提供された引数を使用して Redis コマンドを実行し、コマンド結果を返すゲートウェイコンポーネントの実装。class
org.springframework.integration.rsocket.outbound 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.scattergather 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.sftp.gateway 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.smb.outbound 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.splitter 内の AbstractReplyProducingMessageHandler 使用
修飾子と型クラス説明class
メッセージ分割ハンドラーの基本クラス。class
デフォルトのメッセージスプリッター実装。class
指定された SpEL 式を評価するメッセージスプリッターの実装。class
指定されたオブジェクトで指定されたメソッドを呼び出すメッセージスプリッターの実装。org.springframework.integration.transformer 内の AbstractReplyProducingMessageHandler 使用
修飾子と型クラス説明class
Content Enricher は、静的な値でメッセージのペイロードを増やすか、リクエストチャネルを介して下流のメッセージフローをオプションで呼び出し、応答メッセージの値を元のペイロードに適用することにより、メッセージのペイロードを増やすことができるメッセージ Transformer です。class
org.springframework.integration.webflux.outbound 内の AbstractReplyProducingMessageHandler 使用
org.springframework.integration.ws 内の AbstractReplyProducingMessageHandler 使用
修飾子と型クラス説明class
送信 Web サービス呼び出しメッセージングゲートウェイの基本クラス。class
Web サービスを呼び出すための送信メッセージングゲートウェイ。リクエストメッセージとレスポンスメッセージのマーシャリングとアンマーシャリングもサポートします。class
Web サービスを呼び出すための発信メッセージングゲートウェイ。org.springframework.integration.xml.splitter 内の AbstractReplyProducingMessageHandler 使用
修飾子と型クラス説明class
org.springframework.integration.zip.splitter 内の AbstractReplyProducingMessageHandler 使用