Class AbstractObservationInterceptor

java.lang.Object
org.apache.cxf.tracing.AbstractTracingProvider
org.apache.cxf.tracing.micrometer.AbstractObservationProvider
org.apache.cxf.tracing.micrometer.AbstractObservationInterceptor
All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
Direct Known Subclasses:
ObservationStartInterceptor, ObservationStopInterceptor

public abstract class AbstractObservationInterceptor extends AbstractObservationProvider implements org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
  • Constructor Details

    • AbstractObservationInterceptor

      protected AbstractObservationInterceptor(String phase, io.micrometer.observation.ObservationRegistry observationRegistry)
  • Method Details

    • getAfter

      public Set<String> getAfter()
      Specified by:
      getAfter in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
    • getBefore

      public Set<String> getBefore()
      Specified by:
      getBefore in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
    • getId

      public String getId()
      Specified by:
      getId in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
    • getPhase

      public String getPhase()
      Specified by:
      getPhase in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
    • getAdditionalInterceptors

      public Collection<org.apache.cxf.phase.PhaseInterceptor<? extends org.apache.cxf.message.Message>> getAdditionalInterceptors()
      Specified by:
      getAdditionalInterceptors in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
    • handleFault

      public void handleFault(org.apache.cxf.message.Message message)
      Specified by:
      handleFault in interface org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>