@Singleton @Requires(beans=io.opentracing.Tracer.class) @Requires(missingBeans=TracingInvocationInstrumenterFactory.class) @Internal public class OpenTracingInvocationInstrumenter extends Object implements TracingInvocationInstrumenterFactory, ReactiveInvocationInstrumenterFactory
| Modifier | Constructor and Description | 
|---|---|
protected  | 
OpenTracingInvocationInstrumenter(io.opentracing.Tracer tracer)
Create a tracing invocation instrumenter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InvocationInstrumenter | 
newReactiveInvocationInstrumenter()
An optional invocation instrumentation. 
 | 
InvocationInstrumenter | 
newTracingInvocationInstrumenter()
An optional instrumentation. 
 | 
protected OpenTracingInvocationInstrumenter(io.opentracing.Tracer tracer)
tracer - invocation tracerpublic InvocationInstrumenter newReactiveInvocationInstrumenter()
ReactiveInvocationInstrumenterFactorynewReactiveInvocationInstrumenter in interface ReactiveInvocationInstrumenterFactorypublic InvocationInstrumenter newTracingInvocationInstrumenter()
TracingInvocationInstrumenterFactorynewTracingInvocationInstrumenter in interface TracingInvocationInstrumenterFactory