Java org.springframework.batch.integration.partition MessageChannelPartitionHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.integration.partition MessageChannelPartitionHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.integration.partition MessageChannelPartitionHandler.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
voidsetGridSize(int gridSize)
Passed to the StepExecutionSplitter in the #handle(StepExecutionSplitter,StepExecution) method, instructing it how many StepExecution instances are required, ideally.
voidsetJobExplorer(JobExplorer jobExplorer)
org.springframework.batch.core.explore.JobExplorer to use to query the job repository.
voidsetMessagingOperations(MessagingTemplate messagingGateway)
A pre-configured gateway for sending and receiving messages to the remote workers.
voidsetPollInterval(long pollInterval)
How often to poll the job repository for the status of the workers.
voidsetReplyChannel(PollableChannel replyChannel)
voidsetStepName(String stepName)
The name of the Step that will be used to execute the partitioned StepExecution .