
com.amazonaws.services.simpleworkflow.flow.interceptors.AsyncRunnable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-java-sdk-swf-libraries Show documentation
Show all versions of aws-java-sdk-swf-libraries Show documentation
This artifact contains the higher level libraries that can be used in Amazon Simple WorkFlow Service
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