Did this page help you?

   Yes   No   Tell us about it...

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


public interface AsyncRunnable

Serves the same purpose as Runnable, but avoids special handling of checked exceptions.

See Also:
AsyncExecutor

Method Summary
 void run()
           
 

Method Detail

run

void run()
         throws Throwable
Throws:
Throwable


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