Package com.github.marschall.spring.batch.inmemory
-
Class Summary Class Description InMemoryBatchConfiguration An alternative toAbstractBatchConfigurationthat sets up Spring Batch with a in-memoryJobRepositoryandJobExplorerwithout the need for aBatchConfigurer.InMemoryBatchConfigurer ABatchConfigurerfor use withAbstractBatchConfigurationthat sets up Spring Batch with a in-memoryJobRepositoryandJobExplorer.InMemoryJobExplorer In-memory implementation ofJobExplorerbased onInMemoryJobStorage.InMemoryJobRepository In-memory implementation ofJobExplorerbased onJobRepository.InMemoryJobStorage Backing store forInMemoryJobRepositoryandInMemoryJobExplorer.NullDataSource ADataSourcethat doesn't perform any database access.