Uses of Interface
io.helidon.webclient.grpc.GrpcClientConfig
-
Uses of GrpcClientConfig in io.helidon.webclient.grpc
Modifier and TypeClassDescriptionstatic class
GrpcClientConfig.BuilderBase<BUILDER extends GrpcClientConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcClientConfig> Fluent API builder base forGrpcClient
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionGrpcClientConfig.Builder.buildPrototype()
GrpcClient.clientConfig()
Configuration for this gRPC client.static GrpcClientConfig
GrpcClientConfig.create()
Create a new instance with default values.static GrpcClientConfig
Create a new instance from configuration.Modifier and TypeMethodDescriptionstatic GrpcClientConfig.Builder
GrpcClientConfig.builder
(GrpcClientConfig instance) Create a new fluent API builder from an existing instance.static GrpcClient
GrpcClient.create
(GrpcClientConfig clientConfig) Create a new instance with custom configuration.GrpcClientConfig.BuilderBase.from
(GrpcClientConfig prototype) Update this builder from an existing prototype instance.