Package org.wildfly.clustering.ejb.timer
Interface ScheduleTimerOperationProvider
-
public interface ScheduleTimerOperationProviderCreates an operator for a given schedule expression, used to determine the next time a scheduled timer should timeout.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnaryOperator<Instant>createOperator(ImmutableScheduleExpression expression)
-
-
-
Method Detail
-
createOperator
UnaryOperator<Instant> createOperator(ImmutableScheduleExpression expression)
-
-