Package | Description |
---|---|
com.tangosol.util.fsm |
Contains Finite state machine interfaces.
|
Modifier and Type | Class and Description |
---|---|
static class |
NonBlockingFiniteStateMachine.CoalescedEvent<S extends Enum<S>>
A
NonBlockingFiniteStateMachine.CoalescedEvent is a LifecycleAwareEvent that
coalesces other (wrapped) Event s with the same discriminator
so that only one Event actually executes. |
static class |
NonBlockingFiniteStateMachine.SubsequentEvent<S extends Enum<S>>
A
NonBlockingFiniteStateMachine.SubsequentEvent is an Event that ensures that
another (wrapped) Event to occur if an only if the FiniteStateMachine is at a certain transition count. |