Interface IJobCheckOptions
- All Known Implementing Classes:
JobCheckOptions
public interface IJobCheckOptions
Base implementation:
JobCheckOptions-
Method Details
-
scheduler
ScheduledExecutorService scheduler() -
interval
RequestInterval interval() -
intervalMillis
Deprecated. -
initialDelayMillis
int initialDelayMillis() -
maxAttempts
int maxAttempts() -
useEta
boolean useEta()
-