Uses of Interface
io.helidon.webclient.grpc.GrpcClient
Packages that use GrpcClient
-
Uses of GrpcClient in io.helidon.webclient.grpc
Classes in io.helidon.webclient.grpc that implement interfaces with type arguments of type GrpcClientModifier and TypeClassDescriptionstatic classFluent API builder forGrpcClient.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.classProvider forGrpcClient.Fields in io.helidon.webclient.grpc with type parameters of type GrpcClientModifier and TypeFieldDescriptionstatic final Protocol<GrpcClient, GrpcClientProtocolConfig> GrpcClient.PROTOCOLProtocol to use to obtain an instance of gRPC specific client fromWebClient.client(io.helidon.webclient.spi.Protocol).Methods in io.helidon.webclient.grpc that return GrpcClientModifier and TypeMethodDescriptionGrpcClientConfig.Builder.build()Create an instance from this builder.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl.build()Create a new runtime instance from this prototype.static GrpcClientGrpcClient.create()Create a new instance with default configuration.static GrpcClientGrpcClient.create(GrpcClientConfig clientConfig) Create a new instance with custom configuration.static GrpcClientGrpcClient.create(Consumer<GrpcClientConfig.Builder> consumer) Create a new instance customizing its configuration.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl.get()GrpcChannel.grpcClient()Underlying gRPC Client for this channel.GrpcProtocolProvider.protocol(WebClient client, GrpcClientProtocolConfig config)