Class ObservationStopInterceptor
java.lang.Object
org.apache.cxf.tracing.AbstractTracingProvider
org.apache.cxf.tracing.micrometer.AbstractObservationProvider
org.apache.cxf.tracing.micrometer.AbstractObservationInterceptor
org.apache.cxf.tracing.micrometer.ObservationStopInterceptor
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cxf.tracing.AbstractTracingProvider
AbstractTracingProvider.TraceScopeHolder<T> -
Field Summary
Fields inherited from class org.apache.cxf.tracing.micrometer.AbstractObservationProvider
LOG, OBSERVATION_SCOPE, observationRegistry -
Constructor Summary
ConstructorsConstructorDescriptionObservationStopInterceptor(io.micrometer.observation.ObservationRegistry observationRegistry) -
Method Summary
Methods inherited from class org.apache.cxf.tracing.micrometer.AbstractObservationInterceptor
getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFaultMethods inherited from class org.apache.cxf.tracing.micrometer.AbstractObservationProvider
isAsyncResponse, startScopedObservation, stopTraceSpanMethods inherited from class org.apache.cxf.tracing.AbstractTracingProvider
buildSpanDescription, getSpanIdHeader, getUri
-
Constructor Details
-
ObservationStopInterceptor
public ObservationStopInterceptor(io.micrometer.observation.ObservationRegistry observationRegistry)
-
-
Method Details
-
handleMessage
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Throws:
Fault
-