Java org.springframework.batch.repeat.support TaskExecutorRepeatTemplate fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.repeat.support TaskExecutorRepeatTemplate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.repeat.support TaskExecutorRepeatTemplate.

The text is from its open source code.

Constructor

Method

voidsetTaskExecutor(TaskExecutor taskExecutor)
Setter for task executor to be used to run the individual item callbacks.
voidsetThrottleLimit(int throttleLimit)
Public setter for the throttle limit.