类 RemoteChunkingWorkerBuilder<I,​O>

  • 类型参数:
    I - type of input items
    O - type of output items

    public class RemoteChunkingWorkerBuilder<I,​O>
    extends java.lang.Object
    Builder for a worker in a remote chunking setup. This builder:
    从以下版本开始:
    4.1
    作者:
    Mahmoud Ben Hassine
    • 方法详细资料

      • inputChannel

        public RemoteChunkingWorkerBuilder<I,​OinputChannel​(org.springframework.messaging.MessageChannel inputChannel)
        Set the input channel on which items sent by the master are received.
        参数:
        inputChannel - the input channel
        返回:
        this builder instance for fluent chaining
      • outputChannel

        public RemoteChunkingWorkerBuilder<I,​OoutputChannel​(org.springframework.messaging.MessageChannel outputChannel)
        Set the output channel on which replies will be sent to the master step.
        参数:
        outputChannel - the output channel
        返回:
        this builder instance for fluent chaining
      • build

        public org.springframework.integration.dsl.IntegrationFlow build()
        Create an IntegrationFlow with a ChunkProcessorChunkHandler configured as a service activator listening to the input channel and replying on the output channel.
        返回:
        the integration flow