Interface AsynchronousOperation<T extends Throwable>


public interface AsynchronousOperation<T extends Throwable>
Asynchronous operation.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Undertakes the asynchronous operation.
  • Method Details

    • run

      void run() throws T
      Undertakes the asynchronous operation.
      Throws:
      T - Possible Escalation.