Interface ClientTracingRegistrarProvider


public interface ClientTracingRegistrarProvider
Implementation of this interface will be used to configure ClientBuilder when ClientTracingRegistrar.configure(ClientBuilder) is called. Implementation must be registered in META-INF/services/org.eclipse.microprofile.opentracing.ClientTracingRegistrarProvider
  • Method Details

    • configure

      ClientBuilder configure(ClientBuilder clientBuilder)
      Configures ClientBuilder with tracing integration.
      Parameters:
      clientBuilder - Client builder to configure.
      Returns:
      clientBuilder with tracing integration
    • configure

      ClientBuilder configure(ClientBuilder clientBuilder, ExecutorService executorService)
      Configures ClientBuilder with tracing integration.
      Parameters:
      clientBuilder - Client builder to configure.
      executorService - Executor service which will be added to the client builder.
      Returns:
      clientBuilder with tracing integration