Uses of Interface
io.helidon.webclient.grpc.GrpcClientConfig
Packages that use GrpcClientConfig
-
Uses of GrpcClientConfig in io.helidon.webclient.grpc
Classes in io.helidon.webclient.grpc with type parameters of type GrpcClientConfigModifier and TypeClassDescriptionstatic classGrpcClientConfig.BuilderBase<BUILDER extends GrpcClientConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends GrpcClientConfig>Fluent API builder base forGrpcClientConfig.Classes in io.helidon.webclient.grpc that implement GrpcClientConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type GrpcClientConfig in io.helidon.webclient.grpcSubinterfaces with type arguments of type GrpcClientConfig in io.helidon.webclient.grpcMethods in io.helidon.webclient.grpc that return GrpcClientConfigModifier and TypeMethodDescriptionGrpcClientConfig.Builder.buildPrototype()Create an instance of the prototype.GrpcClient.clientConfig()Configuration for this gRPC client.static GrpcClientConfigGrpcClientConfig.create()Create a new instance with default values.static GrpcClientConfigCreate a new instance from configuration.Methods in io.helidon.webclient.grpc with parameters of type GrpcClientConfigModifier and TypeMethodDescriptionstatic GrpcClientConfig.BuilderGrpcClientConfig.builder(GrpcClientConfig instance) Create a new fluent API builder from an existing instance.static GrpcClientGrpcClient.create(GrpcClientConfig clientConfig) Create a new instance with custom configuration.GrpcClientConfig.BuilderBase.from(GrpcClientConfig prototype) Update this builder from an existing prototype instance.