Class GrpcClientTracing
java.lang.Object
io.helidon.webclient.grpc.tracing.GrpcClientTracing
- All Implemented Interfaces:
io.helidon.common.config.NamedService,GrpcClientService
gRPC client tracing service.
-
Constructor Summary
ConstructorsConstructorDescriptionGrpcClientTracing(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 TypeMethodDescriptionstatic GrpcClientTracingcreate(io.helidon.common.config.Config config) Create a new instance of the gRPC client tracing service.io.helidon.grpc.core.WeightedBag<io.grpc.ClientInterceptor> type()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.webclient.grpc.spi.GrpcClientService
name
-
Constructor Details
-
GrpcClientTracing
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
Create a new instance of the gRPC client tracing service.- Parameters:
config- the config- Returns:
- client tracing service
-
type
- Specified by:
typein interfaceGrpcClientService- Specified by:
typein interfaceio.helidon.common.config.NamedService
-
interceptors
public io.helidon.grpc.core.WeightedBag<io.grpc.ClientInterceptor> interceptors()- Specified by:
interceptorsin interfaceGrpcClientService
-