Interface RunnableInstrumenter

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.Runnable instrument​(java.lang.Runnable command)
      Implementors can override to instrument a Runnable.
    • Method Detail

      • instrument

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