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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvocationInstrumenter
newReactiveInvocationInstrumenter()
An optional invocation instrumentation.
-
-
-
Method Detail
-
newReactiveInvocationInstrumenter
@Nullable InvocationInstrumenter newReactiveInvocationInstrumenter()
An optional invocation instrumentation.- Returns:
- A invocation instrumentation or null if non exists.
-
-