Interface RunnableInstrumenter

All Known Subinterfaces:
InstrumentedExecutor, InstrumentedExecutorService, InstrumentedScheduledExecutorService

public interface RunnableInstrumenter
Interface for classes that instrument Runnable instances.
Since:
1.0
Author:
Graeme Rocher
  • Method Summary

    Modifier and Type
    Method
    Description
    default Runnable
    Implementors can override to instrument a Runnable.
  • Method Details

    • instrument

      default Runnable instrument(Runnable command)
      Implementors can override to instrument a Runnable.
      Parameters:
      command - The command to instrument
      Returns:
      The instrumented runnable