Interface InstrumentedExecutor

    • Method Detail

      • getTarget

        java.util.concurrent.Executor getTarget()
        Implementors can override to specify the target Executor.
        Returns:
        The target Executor
      • execute

        default void execute​(@NonNull
                             java.lang.Runnable command)
        Specified by:
        execute in interface java.util.concurrent.Executor