Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.interceptors
Interface AsyncExecutor

All Known Implementing Classes:
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.


Method Summary
 void execute(AsyncRunnable command)
           
 

Method Detail

execute

void execute(AsyncRunnable command)
             throws Throwable
Throws:
Throwable


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.