Class RemotePartitioningManagerStepBuilder


public class RemotePartitioningManagerStepBuilder extends PartitionStepBuilder
Builder for a manager step in a remote partitioning setup. This builder creates and sets a MessageChannelPartitionHandler 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