Interface TracingInvocationInstrumenterFactory

All Known Implementing Classes:
OpenTracingInvocationInstrumenter

public interface TracingInvocationInstrumenterFactory
A factory interface for tracing invocation instrumentation. The factory method decides if instrumentation is needed.
Since:
1.3
Author:
Denis Stepanov
  • Method Summary

    Modifier and Type
    Method
    Description
    io.micronaut.scheduling.instrument.InvocationInstrumenter
    An optional instrumentation.
  • Method Details

    • newTracingInvocationInstrumenter

      @Nullable io.micronaut.scheduling.instrument.InvocationInstrumenter newTracingInvocationInstrumenter()
      An optional instrumentation.
      Returns:
      an instrumentation, or null if none is necessary