Class RemotePartitioningMasterStepBuilder


  • public class RemotePartitioningMasterStepBuilder
    extends PartitionStepBuilder
    Builder for a master step in a remote partitioning setup. This builder creates and sets a MessageChannelPartitionHandler on the master 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.1
    Author:
    Mahmoud Ben Hassine