|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.simpleworkflow.flow.interceptors.AsyncScheduledExecutor
public class AsyncScheduledExecutor
AsyncExecutor implementation that executes command according to provided schedule. Command is expected to contain only non blocking asynchronous code.
| Constructor Summary | |
|---|---|
AsyncScheduledExecutor(InvocationSchedule schedule,
WorkflowClock clock)
|
|
| Method Summary | |
|---|---|
void |
execute(AsyncRunnable command)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsyncScheduledExecutor(InvocationSchedule schedule,
WorkflowClock clock)
| Method Detail |
|---|
public void execute(AsyncRunnable command)
execute in interface AsyncExecutor
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||