
com.amazonaws.services.simpleworkflow.flow.interceptors.AsyncRunnable Maven / Gradle / Ivy
package com.amazonaws.services.simpleworkflow.flow.interceptors;
/**
* Serves the same purpose as {@link Runnable}, but avoids special handling of checked exceptions.
*
* @see AsyncExecutor
*/
public interface AsyncRunnable {
public void run() throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy