Uses of Interface
io.smallrye.opentracing.contrib.jaxrs2.serialization.InterceptorSpanDecorator
-
-
Uses of InterceptorSpanDecorator in io.smallrye.opentracing.contrib.jaxrs2.client
Method parameters in io.smallrye.opentracing.contrib.jaxrs2.client with type arguments of type InterceptorSpanDecorator Modifier and Type Method Description ClientTracingFeature.BuilderClientTracingFeature.Builder. withSerializationDecorators(List<InterceptorSpanDecorator> spanDecorators)Set serialization span decorators.Constructor parameters in io.smallrye.opentracing.contrib.jaxrs2.client with type arguments of type InterceptorSpanDecorator Constructor Description ClientTracingInterceptor(io.opentracing.Tracer tracer, List<InterceptorSpanDecorator> spanDecorators) -
Uses of InterceptorSpanDecorator in io.smallrye.opentracing.contrib.jaxrs2.serialization
Fields in io.smallrye.opentracing.contrib.jaxrs2.serialization declared as InterceptorSpanDecorator Modifier and Type Field Description static InterceptorSpanDecoratorInterceptorSpanDecorator. STANDARD_TAGSAdds tags: \"media.type\", \"entity.type\"Constructor parameters in io.smallrye.opentracing.contrib.jaxrs2.serialization with type arguments of type InterceptorSpanDecorator Constructor Description TracingInterceptor(io.opentracing.Tracer tracer, List<InterceptorSpanDecorator> spanDecorators) -
Uses of InterceptorSpanDecorator in io.smallrye.opentracing.contrib.jaxrs2.server
Method parameters in io.smallrye.opentracing.contrib.jaxrs2.server with type arguments of type InterceptorSpanDecorator Modifier and Type Method Description ServerTracingDynamicFeature.BuilderServerTracingDynamicFeature.Builder. withSerializationDecorators(List<InterceptorSpanDecorator> spanDecorators)Set serialization span decorators.Constructor parameters in io.smallrye.opentracing.contrib.jaxrs2.server with type arguments of type InterceptorSpanDecorator Constructor Description ServerTracingInterceptor(io.opentracing.Tracer tracer, List<InterceptorSpanDecorator> spanDecorators)
-