T - The class of the Stateful Entitypublic class CompositeActionImpl<T> extends Object implements Action<T>
Action. When invoked,
it will iterate and invoke all the composition Actions.public void execute(T stateful, String event, Object... args) throws RetryException
Actionexecute in interface Action<T>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.