T - public class WaitAndRetryActionImpl<T> extends Object implements Action<T>
WaitAndRetryException| Constructor and Description |
|---|
WaitAndRetryActionImpl(int wait)
Constructor with a wait time expressed in milliseconds
|
public WaitAndRetryActionImpl(int wait)
wait - time in millisecondspublic void execute(T obj, String event, Object... args) throws RetryException
Actionexecute in interface Action<T>obj - 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.