Interface Executor

    • Method Detail

      • execute

        <E extends Exception> void execute​(org.wildfly.common.function.ExceptionRunnable<E> runner)
                                    throws E extends Exception
        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
        E extends Exception