Package net.officefloor.server.http
Interface SystemPropertiesRule.ContextRunnable<T extends java.lang.Throwable>
-
- Type Parameters:
T
- PossibleThrowable
from logic.
- Enclosing class:
- SystemPropertiesRule
public static interface SystemPropertiesRule.ContextRunnable<T extends java.lang.Throwable>
ContextRunnable
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
Undertakes the logic.
-