Package org.wildfly.clustering.ejb.timer
Interface ScheduleTimerConfiguration
-
- All Superinterfaces:
TimerConfiguration
public interface ScheduleTimerConfiguration extends TimerConfiguration
Encapsulates the configuration of a schedule timer.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ImmutableScheduleExpressiongetScheduleExpression()default InstantgetStart()
-
-
-
Method Detail
-
getScheduleExpression
ImmutableScheduleExpression getScheduleExpression()
-
getStart
default Instant getStart()
- Specified by:
getStartin interfaceTimerConfiguration
-
-