クラスの使用
org.springframework.integration.core.MessagingTemplate
MessagingTemplate を使用するパッケージ
パッケージ
説明
コアクラスを提供します。
Spring Integration Java DSL のコンテキストサポートクラス。
エンドポイントに関連するコアクラスを提供します。
メッセージングゲートウェイをサポートするクラスを提供します。
さまざまな型のメッセージハンドラーを実装するクラスを提供します。
ルーターパターンをサポートするクラスを提供します。
org.springframework.integration.core 内の MessagingTemplate 使用
MessagingTemplate として宣言されている org.springframework.integration.core のフィールドorg.springframework.integration.dsl.context 内の MessagingTemplate 使用
修飾子と型メソッド説明IntegrationFlowContext.IntegrationFlowRegistration.getMessagingTemplate()
デフォルトの宛先をIntegrationFlow
の入力チャネルに設定してMessagingTemplate
を取得します。IntegrationFlowContext.messagingTemplateFor
(StringSE flowId) StandardIntegrationFlowContext.messagingTemplateFor
(StringSE flowId) org.springframework.integration.endpoint 内の MessagingTemplate 使用
org.springframework.integration.gateway 内の MessagingTemplate 使用
修飾子と型クラス説明protected static class
監視コンテキストからリクエストメッセージにアクセスできるようにMessagingGatewaySupport.ConvertingMessagingTemplate.doConvert(Object, Map, MessagePostProcessor)
の可視性を高めるMessagingTemplate
拡張機能。org.springframework.integration.handler 内の MessagingTemplate 使用
MessagingTemplate として宣言されている org.springframework.integration.handler のフィールドorg.springframework.integration.router 内の MessagingTemplate 使用
修飾子と型メソッド説明protected MessagingTemplate
AbstractMessageRouter.getMessagingTemplate()
サブクラスにMessagingTemplate
アクセスを提供します。