Uses of Class
com.floragunn.signals.watch.state.ActionState.BasicState
-
Packages that use ActionState.BasicState Package Description com.floragunn.signals.watch.state -
-
Uses of ActionState.BasicState in com.floragunn.signals.watch.state
Methods in com.floragunn.signals.watch.state that return ActionState.BasicState Modifier and Type Method Description ActionState.BasicStateActionState. beforeExecution(com.floragunn.searchsupport.util.temporal.DurationExpression throttleDuration)ActionState.BasicStateNopActionState. beforeExecution(com.floragunn.searchsupport.util.temporal.DurationExpression throttleDuration)static ActionState.BasicStateActionState.BasicState. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionState.BasicState[]ActionState.BasicState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-