Class GrpcClientTracing

java.lang.Object
io.helidon.webclient.grpc.tracing.GrpcClientTracing
All Implemented Interfaces:
io.helidon.common.config.NamedService, GrpcClientService

public class GrpcClientTracing extends Object implements GrpcClientService
gRPC client tracing service.
  • Constructor Summary

    Constructors
    Constructor
    Description
    GrpcClientTracing(io.helidon.common.config.Config config)
    Deprecated, for removal: This API element is subject to removal in a future version.
    this constructor was left public by accident, please use #create(Config)
  • Method Summary

    Modifier and Type
    Method
    Description
    create(io.helidon.common.config.Config config)
    Create a new instance of the gRPC client tracing service.
    io.helidon.grpc.core.WeightedBag<io.grpc.ClientInterceptor>
     
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface io.helidon.webclient.grpc.spi.GrpcClientService

    name
  • Constructor Details

    • GrpcClientTracing

      @Deprecated(forRemoval=true) public GrpcClientTracing(io.helidon.common.config.Config config)
      Deprecated, for removal: This API element is subject to removal in a future version.
      this constructor was left public by accident, please use #create(Config)
      Create an instance from config.
      Parameters:
      config - the config
  • Method Details

    • create

      public static GrpcClientTracing create(io.helidon.common.config.Config config)
      Create a new instance of the gRPC client tracing service.
      Parameters:
      config - the config
      Returns:
      client tracing service
    • type

      public String type()
      Specified by:
      type in interface GrpcClientService
      Specified by:
      type in interface io.helidon.common.config.NamedService
    • interceptors

      public io.helidon.grpc.core.WeightedBag<io.grpc.ClientInterceptor> interceptors()
      Specified by:
      interceptors in interface GrpcClientService