インターフェース IntegrationConsumer

すべてのスーパーインターフェース:
NamedComponent
すべての既知の実装クラス:
EventDrivenConsumerPollingConsumerReactiveStreamsConsumer

public interface IntegrationConsumer extends NamedComponent
メッセージコンシューマーはこのインターフェースを実装します。コンシューマー内のメッセージハンドラーは、出力メッセージを発行する場合としない場合があります。
導入:
4.3
作成者:
Gary Russell
  • メソッドの詳細

    • getInputChannel

      MessageChannel getInputChannel()
      入力チャンネルを返します。
      戻り値:
      入力チャンネル。
    • getOutputChannel

      MessageChannel getOutputChannel()
      出力チャネルを返します(null の場合があります)。
      戻り値:
      出力チャンネル。
    • getHandler

      MessageHandler getHandler()
      コンシューマーのハンドラーを返します。
      戻り値:
      ハンドラー。