Class BraveClientFeature.Portable

java.lang.Object
org.apache.cxf.tracing.brave.BraveClientFeature.Portable
All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature, org.apache.cxf.feature.Feature
Enclosing class:
BraveClientFeature

public static class BraveClientFeature.Portable extends Object implements org.apache.cxf.feature.AbstractPortableFeature
  • Constructor Summary

    Constructors
    Constructor
    Description
    Portable(brave.http.HttpTracing brave)
     
    Portable(brave.Tracing tracing)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeature

    initialize, initialize, initialize, initialize
  • Constructor Details

    • Portable

      public Portable(brave.Tracing tracing)
    • Portable

      public Portable(brave.http.HttpTracing brave)
  • Method Details

    • doInitializeProvider

      public void doInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus)
      Specified by:
      doInitializeProvider in interface org.apache.cxf.feature.AbstractPortableFeature