Uses of Class
com.github.marschall.spring.batch.inmemory.InMemoryJobStorage
-
-
Uses of InMemoryJobStorage in com.github.marschall.spring.batch.inmemory
Methods in com.github.marschall.spring.batch.inmemory that return InMemoryJobStorage Modifier and Type Method Description InMemoryJobStorageInMemoryBatchConfiguration. inMemoryJobStorage()Constructors in com.github.marschall.spring.batch.inmemory with parameters of type InMemoryJobStorage Constructor Description InMemoryJobExplorer(InMemoryJobStorage storage)Constructs a newInMemoryJobExplorer.InMemoryJobRepository(InMemoryJobStorage storage)Constructs a newInMemoryJobRepository.
-