@Singleton @Requires(beans=brave.Tracing.class) @Internal public final class BraveTracingInvocationInstrumenter extends java.lang.Object implements ReactiveInvocationInstrumenterFactory, TracingInvocationInstrumenterFactory
| Constructor and Description | 
|---|
| BraveTracingInvocationInstrumenter(BeanProvider<brave.Tracing> tracing)Create a tracing invocation instrumenter. | 
| Modifier and Type | Method and Description | 
|---|---|
| InvocationInstrumenter | newReactiveInvocationInstrumenter()An optional invocation instrumentation. | 
| InvocationInstrumenter | newTracingInvocationInstrumenter()An optional instrumentation. | 
public BraveTracingInvocationInstrumenter(BeanProvider<brave.Tracing> tracing)
tracing - invocation tracerpublic InvocationInstrumenter newReactiveInvocationInstrumenter()
ReactiveInvocationInstrumenterFactorynewReactiveInvocationInstrumenter in interface ReactiveInvocationInstrumenterFactorypublic InvocationInstrumenter newTracingInvocationInstrumenter()
TracingInvocationInstrumenterFactorynewTracingInvocationInstrumenter in interface TracingInvocationInstrumenterFactory