Interface ReactiveInvocationInstrumenterFactory


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

      • newReactiveInvocationInstrumenter

        @Nullable
        InvocationInstrumenter newReactiveInvocationInstrumenter()
        An optional invocation instrumentation.
        Returns:
        A invocation instrumentation or null if non exists.