T - The class of the Stateful Entitypublic interface Action<T>
void execute(T stateful, String event, Object... args) throws RetryException
stateful - The Stateful Entityevent - The ocurring Eventargs - A set of optional arguments passed into the onEvent method of the org.stateful.fsm.FSMRetryException - thrown when the event must be retried due to Stale state or some other error conditionCopyright © 2015. All rights reserved.