Uses of Interface
io.helidon.webclient.grpc.GrpcServiceDescriptor
-
Uses of GrpcServiceDescriptor in io.helidon.webclient.grpc
Modifier and TypeClassDescriptionstatic class
GrpcServiceDescriptor.BuilderBase<BUILDER extends GrpcServiceDescriptor.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcServiceDescriptor> Fluent API builder base forGrpcServiceDescriptor
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionGrpcServiceDescriptor.Builder.build()
GrpcServiceDescriptor.Builder.buildPrototype()
static GrpcServiceDescriptor
GrpcServiceDescriptor.create()
Create a new instance with default values.Modifier 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.