Uses of Enum Class
com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent.Process
Packages that use NonBlockingFiniteStateMachine.CoalescedEvent.Process
-
Uses of NonBlockingFiniteStateMachine.CoalescedEvent.Process in com.tangosol.util.fsm
Methods in com.tangosol.util.fsm that return NonBlockingFiniteStateMachine.CoalescedEvent.ProcessModifier 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.Constructors in com.tangosol.util.fsm with parameters of type NonBlockingFiniteStateMachine.CoalescedEvent.ProcessModifierConstructorDescriptionConstructs aNonBlockingFiniteStateMachine.CoalescedEvent
of the specifiedEvent
type.CoalescedEvent
(Event<S> event, NonBlockingFiniteStateMachine.CoalescedEvent.Process mode, Object discriminator) Constructs aNonBlockingFiniteStateMachine.CoalescedEvent
with the specified discriminator andEvent
.