Uses of Class
com.redis.riot.core.Step
Packages that use Step
-
Uses of Step in com.redis.riot.core
Methods in com.redis.riot.core that return StepModifier and TypeMethodDescriptionStep.executionListener
(org.springframework.batch.core.StepExecutionListener listener) Step.flushInterval
(Duration flushInterval) Step.idleTimeout
(Duration idleTimeout) Step.live
(boolean live) Step.maxItemCount
(int count) Step.maxItemCountSupplier
(LongSupplier supplier) Step.readListener
(org.springframework.batch.core.ItemReadListener<I> listener) Step.statusMessageSupplier
(Supplier<String> supplier) Step.writeListener
(org.springframework.batch.core.ItemWriteListener<O> listener) Methods in com.redis.riot.core with parameters of type StepModifier and TypeMethodDescriptionprotected org.springframework.batch.core.Job
Method parameters in com.redis.riot.core with type arguments of type StepModifier and TypeMethodDescriptionprotected org.springframework.batch.core.Job
Constructors in com.redis.riot.core with parameters of type Step