Interface AsynchronousOperation<T extends java.lang.Throwable>
-
public interface AsynchronousOperation<T extends java.lang.Throwable>
Asynchronous operation.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
Undertakes the asynchronous operation.
-
-
-
Method Detail
-
run
void run() throws T extends java.lang.Throwable
Undertakes the asynchronous operation.- Throws:
T
- PossibleEscalation
.T extends java.lang.Throwable
-
-