Class ObservationClientStartInterceptor
java.lang.Object
org.apache.cxf.tracing.AbstractTracingProvider
org.apache.cxf.tracing.micrometer.AbstractObservationClientProvider
org.apache.cxf.tracing.micrometer.AbstractObservationClientInterceptor
org.apache.cxf.tracing.micrometer.ObservationClientStartInterceptor
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.interceptor.OneWayInterceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cxf.tracing.AbstractTracingProvider
org.apache.cxf.tracing.AbstractTracingProvider.TraceScopeHolder<T extends Object> -
Field Summary
Fields inherited from class org.apache.cxf.tracing.micrometer.AbstractObservationClientProvider
LOG, OBSERVATION_SCOPE -
Constructor Summary
ConstructorsConstructorDescriptionObservationClientStartInterceptor(io.micrometer.observation.ObservationRegistry observationRegistry) ObservationClientStartInterceptor(io.micrometer.observation.ObservationRegistry observationRegistry, MessageOutObservationConvention convention) ObservationClientStartInterceptor(String phase, io.micrometer.observation.ObservationRegistry observationRegistry, MessageOutObservationConvention convention) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleFault(org.apache.cxf.message.Message message) voidhandleMessage(org.apache.cxf.message.Message message) Methods inherited from class org.apache.cxf.tracing.micrometer.AbstractObservationClientInterceptor
getAdditionalInterceptors, getAfter, getBefore, getId, getPhaseMethods inherited from class org.apache.cxf.tracing.micrometer.AbstractObservationClientProvider
getObservationRegistry, startScopedObservation, stopTraceSpanMethods inherited from class org.apache.cxf.tracing.AbstractTracingProvider
buildSpanDescription, getSpanIdHeader, getUri
-
Constructor Details
-
ObservationClientStartInterceptor
public ObservationClientStartInterceptor(io.micrometer.observation.ObservationRegistry observationRegistry) -
ObservationClientStartInterceptor
public ObservationClientStartInterceptor(io.micrometer.observation.ObservationRegistry observationRegistry, @Nullable MessageOutObservationConvention convention) -
ObservationClientStartInterceptor
public ObservationClientStartInterceptor(String phase, io.micrometer.observation.ObservationRegistry observationRegistry, @Nullable MessageOutObservationConvention convention)
-
-
Method Details
-
handleMessage
public void handleMessage(org.apache.cxf.message.Message message) throws org.apache.cxf.interceptor.Fault - Throws:
org.apache.cxf.interceptor.Fault
-
handleFault
public void handleFault(org.apache.cxf.message.Message message) - Specified by:
handleFaultin interfaceorg.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>- Overrides:
handleFaultin classAbstractObservationClientInterceptor
-