Interface WrappingExecutor

All Superinterfaces:
Executor

public interface WrappingExecutor extends Executor
An executor which runs a task within the given direct executor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Run the given task directly, without a wrapper.
    void
    execute(DirectExecutor directExecutor, Runnable task)
    Run the given task within the given wrapper.