Uses of Class
io.smallrye.opentracing.contrib.jaxrs2.internal.SpanWrapper
-
Packages that use SpanWrapper Package Description io.smallrye.opentracing.contrib.jaxrs2.client io.smallrye.opentracing.contrib.jaxrs2.serialization io.smallrye.opentracing.contrib.jaxrs2.server -
-
Uses of SpanWrapper in io.smallrye.opentracing.contrib.jaxrs2.client
Methods in io.smallrye.opentracing.contrib.jaxrs2.client that return SpanWrapper Modifier and Type Method Description protected SpanWrapperClientTracingInterceptor. findSpan(jakarta.ws.rs.ext.InterceptorContext context) -
Uses of SpanWrapper in io.smallrye.opentracing.contrib.jaxrs2.serialization
Methods in io.smallrye.opentracing.contrib.jaxrs2.serialization that return SpanWrapper Modifier and Type Method Description protected abstract SpanWrapperTracingInterceptor. findSpan(jakarta.ws.rs.ext.InterceptorContext context) -
Uses of SpanWrapper in io.smallrye.opentracing.contrib.jaxrs2.server
Methods in io.smallrye.opentracing.contrib.jaxrs2.server that return SpanWrapper Modifier and Type Method Description protected SpanWrapperServerTracingInterceptor. findSpan(jakarta.ws.rs.ext.InterceptorContext context)
-