Uses of Interface
io.helidon.webclient.grpc.GrpcServiceDescriptor
Packages that use GrpcServiceDescriptor
-
Uses of GrpcServiceDescriptor in io.helidon.webclient.grpc
Classes in io.helidon.webclient.grpc with type parameters of type GrpcServiceDescriptorModifier and TypeClassDescriptionstatic class
GrpcServiceDescriptor.BuilderBase<BUILDER extends GrpcServiceDescriptor.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcServiceDescriptor> Fluent API builder base forGrpcServiceDescriptor
.Classes in io.helidon.webclient.grpc that implement GrpcServiceDescriptorModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.grpc that return GrpcServiceDescriptorModifier and TypeMethodDescriptionGrpcServiceDescriptor.Builder.build()
GrpcServiceDescriptor.Builder.buildPrototype()
static GrpcServiceDescriptor
GrpcServiceDescriptor.create()
Create a new instance with default values.Methods in io.helidon.webclient.grpc with parameters of type GrpcServiceDescriptorModifier and TypeMethodDescriptionGrpcServiceDescriptor.builder
(GrpcServiceDescriptor instance) Create a new fluent API builder from an existing instance.GrpcServiceDescriptor.BuilderBase.from
(GrpcServiceDescriptor prototype) Update this builder from an existing prototype instance.GrpcClient.serviceClient
(GrpcServiceDescriptor descriptor) Create a client for a specific service.