Class RemoteStepExecutionAggregator

java.lang.Object
org.springframework.batch.core.partition.support.RemoteStepExecutionAggregator
All Implemented Interfaces:
StepExecutionAggregator, org.springframework.beans.factory.InitializingBean

public class RemoteStepExecutionAggregator extends Object implements StepExecutionAggregator, org.springframework.beans.factory.InitializingBean
Convenience class for aggregating a set of StepExecution instances when the input comes from remote steps, so the data need to be refreshed from the repository.
Since:
2.1
Author:
Dave Syer
  • Constructor Details

    • RemoteStepExecutionAggregator

      public RemoteStepExecutionAggregator()
      Create a new instance (useful for configuration purposes).
    • RemoteStepExecutionAggregator

      public RemoteStepExecutionAggregator(JobExplorer jobExplorer)
      Create a new instance with a job explorer that can be used to refresh the data when aggregating.
      Parameters:
      jobExplorer - the JobExplorer to use
  • Method Details