Interface InvocationInstrumenterFactory


  • @Indexed(InvocationInstrumenterFactory.class)
    public interface InvocationInstrumenterFactory
    An factory interface for invocation instrumentation, factory method decides if instrumentation is needed.
    Since:
    1.3
    • Method Detail

      • newInvocationInstrumenter

        @Nullable
        InvocationInstrumenter newInvocationInstrumenter()
        An optional invocation instrumentation.
        Returns:
        An invocation instrumentation or null if non exists for this factory.