Package io.smallrye.opentracing
Class OpenTracingAsyncInterceptor
- java.lang.Object
-
- io.smallrye.opentracing.OpenTracingAsyncInterceptor
-
- All Implemented Interfaces:
org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor
public class OpenTracingAsyncInterceptor extends Object implements org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor
- Author:
- Pavol Loffay
-
-
Constructor Summary
Constructors Constructor Description OpenTracingAsyncInterceptor(io.opentracing.Tracer tracer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyContext()voidprepareContext()voidremoveContext()
-
-
-
Method Detail
-
prepareContext
public void prepareContext()
- Specified by:
prepareContextin interfaceorg.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor
-
applyContext
public void applyContext()
- Specified by:
applyContextin interfaceorg.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor
-
removeContext
public void removeContext()
- Specified by:
removeContextin interfaceorg.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor
-
-