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