| org.concern.controller.SynchronousActivity
SynchronousActivity | public interface SynchronousActivity extends Activity<S>(Code) | | |
Method Summary | |
void | execute(S subject) This method is called by the controller, when the precondition is matching. | int | getRetryDelay() Retry to execute the activity after a delay. | int | getTrials() Try to execute the activity at maximum n times. |
getRetryDelay | int getRetryDelay()(Code) | | Retry to execute the activity after a delay.
the retry delay |
getTrials | int getTrials()(Code) | | Try to execute the activity at maximum n times.
the maximum trials |
|
|