Interface AbstractExternalOverride.ContextRunnable<T extends Throwable>

Type Parameters:
T - Possible Throwable from logic.
Enclosing class:
AbstractExternalOverride<I extends AbstractExternalOverride<I>>

public static interface AbstractExternalOverride.ContextRunnable<T extends Throwable>
Context Runnable.
  • Method Summary

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

    • run

      void run() throws T
      Undertakes the logic.
      Throws:
      T - Possible failure.