Class DefaultScheduleTimerOperationProvider
- java.lang.Object
-
- org.jboss.as.ejb3.timerservice.distributable.DefaultScheduleTimerOperationProvider
-
- All Implemented Interfaces:
ScheduleTimerOperationProvider
@MetaInfServices(org.wildfly.clustering.ejb.timer.ScheduleTimerOperationProvider.class) public class DefaultScheduleTimerOperationProvider extends Object implements ScheduleTimerOperationProvider
Provides a mechanism for calculating the next timeout for a givenScheduleExpression.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description DefaultScheduleTimerOperationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnaryOperator<Instant>createOperator(ImmutableScheduleExpression expression)
-
-
-
Method Detail
-
createOperator
public UnaryOperator<Instant> createOperator(ImmutableScheduleExpression expression)
- Specified by:
createOperatorin interfaceScheduleTimerOperationProvider
-
-