Package com.redwood.scheduler.api.uow
Interface ConfigurableSchedulerSessionSource
-
- All Superinterfaces:
SchedulerSessionSource
- All Known Subinterfaces:
UserJobContext
@Deprecated public interface ConfigurableSchedulerSessionSource extends SchedulerSessionSource
Deprecated.Configurable source of scheduler sessions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description int
getMaxRetries()
Deprecated.Will be removed in the future as this feature to set this value is obsoleteint
getMaxSpins()
Deprecated.Will be removed in the future as this feature to set this value is obsolete-
Methods inherited from interface com.redwood.scheduler.api.uow.SchedulerSessionSource
createSchedulerSession
-
-
-
-
Method Detail
-
getMaxRetries
@Deprecated int getMaxRetries()
Deprecated.Will be removed in the future as this feature to set this value is obsoleteGet maximum retries.- Returns:
- maximum retries.
-
getMaxSpins
@Deprecated int getMaxSpins()
Deprecated.Will be removed in the future as this feature to set this value is obsoleteGet maximum spins.- Returns:
- maximum spins.
-
-