Uses of Enum Class
com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent.Process
-
Uses of NonBlockingFiniteStateMachine.CoalescedEvent.Process in com.tangosol.util.fsm
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.NonBlockingFiniteStateMachine.CoalescedEvent.Process.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionConstructs aNonBlockingFiniteStateMachine.CoalescedEvent
of the specifiedEvent
type.CoalescedEvent
(Event<S> event, NonBlockingFiniteStateMachine.CoalescedEvent.Process mode, Object discriminator) Constructs aNonBlockingFiniteStateMachine.CoalescedEvent
with the specified discriminator andEvent
.