Class ClientTracingFeature

  • All Implemented Interfaces:
    jakarta.ws.rs.core.Feature

    public class ClientTracingFeature
    extends Object
    implements jakarta.ws.rs.core.Feature
    Author:
    Pavol Loffay
    • Constructor Detail

      • ClientTracingFeature

        public ClientTracingFeature()
        When using this constructor application has to call GlobalTracer.registerIfAbsent(Tracer) to register tracer instance. For a custom configuration use ClientTracingFeature.Builder.build().
    • Method Detail

      • configure

        public boolean configure​(jakarta.ws.rs.core.FeatureContext context)
        Specified by:
        configure in interface jakarta.ws.rs.core.Feature