All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fitbur.failsafe.function.AsyncRunnable Maven / Gradle / Ivy

The newest version!
package com.fitbur.failsafe.function;

import com.fitbur.failsafe.AsyncExecution;

/**
 * A runnable that manually triggers asynchronous retries or completion via an asynchronous execution.
 * 
 * @author Jonathan Halterman
 */
public interface AsyncRunnable {
  void run(AsyncExecution execution) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy