Interface Executor
- All Superinterfaces:
Executor
- All Known Subinterfaces:
ServiceExecutor
- All Known Implementing Classes:
StampedLockServiceExecutor
Deprecated, for removal: This API element is subject to removal in a future version.
To be removed without replacement
Extends
Executor to additionally support a ExceptonRunnable.- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
execute
<E extends Exception> void execute(org.wildfly.common.function.ExceptionRunnable<E> runner) throws E Deprecated, for removal: This API element is subject to removal in a future version.Executes the specified runner.- Type Parameters:
E- the exception type- Parameters:
runner- a runnable task- Throws:
E- if execution fails
-