Interface Executor
-
- All Superinterfaces:
Executor
- All Known Subinterfaces:
ServiceExecutor
- All Known Implementing Classes:
StampedLockServiceExecutor
@Deprecated public interface Executor extends Executor
Deprecated.To be removed without replacementExtendsExecutorto additionally support aExceptonRunnable.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description <E extends Exception>
voidexecute(org.wildfly.common.function.ExceptionRunnable<E> runner)Deprecated.Executes the specified runner.
-