Class RemoteChunkingManagerStepBuilder<I,O>

Type Parameters:
I - type of input items
O - type of output items

public class RemoteChunkingManagerStepBuilder<I,O> extends FaultTolerantStepBuilder<I,O>
Builder for a manager step in a remote chunking setup. This builder creates and sets a ChunkMessageChannelItemWriter on the manager step.

If no messagingTemplate is provided through messagingTemplate(MessagingTemplate), this builder will create one and set its default channel to the outputChannel provided through outputChannel(MessageChannel).

If a messagingTemplate is provided, it is assumed that it is fully configured and that its default channel is set to an output channel on which requests to workers will be sent.

Since:
4.2
Author:
Mahmoud Ben Hassine