Class RemoteChunkingManagerStepBuilderFactory

java.lang.Object
org.springframework.batch.integration.chunk.RemoteChunkingManagerStepBuilderFactory

public class RemoteChunkingManagerStepBuilderFactory extends Object
Convenient factory for a RemoteChunkingManagerStepBuilder which sets the JobRepository and PlatformTransactionManager automatically.
Since:
4.2
Author:
Mahmoud Ben Hassine
  • Constructor Details

    • RemoteChunkingManagerStepBuilderFactory

      public RemoteChunkingManagerStepBuilderFactory(org.springframework.batch.core.repository.JobRepository jobRepository, org.springframework.transaction.PlatformTransactionManager transactionManager)
      Parameters:
      jobRepository - the job repository to use
      transactionManager - the transaction manager to use
  • Method Details