Class WebClientTracingProvider

java.lang.Object
io.helidon.webclient.tracing.WebClientTracingProvider
All Implemented Interfaces:
ConfiguredProvider<WebClientService>, WebClientServiceProvider

@Deprecated public class WebClientTracingProvider extends Object implements WebClientServiceProvider
Deprecated.
This class should only be used via ServiceLoader. Use WebClientTracing instead
Client tracing SPI provider implementation. Weight must exceed that of WebClientSecurityProvider because WebClientSecurity depends on span information having already been added to the request context by WebClientTracing.
  • Constructor Details

    • WebClientTracingProvider

      @Deprecated public WebClientTracingProvider()
      Deprecated.
      This class should only be used via ServiceLoader.
      Required public constructor.
  • Method Details