com.amazonaws.services.simpleworkflow.flow.interceptors
Interface AsyncExecutor
- All Known Implementing Classes:
- AsyncCancelAndRetryExecutor, AsyncRetryingExecutor, AsyncScheduledExecutor
public interface AsyncExecutor
Serves the same purpose as Executor
, but in asynchronous world. The
difference from Executor
is that checked exceptions are not treated
differently then runtime ones.
execute
void execute(AsyncRunnable command)
throws Throwable
- Throws:
Throwable
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.