Uses of Interface
io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor
-
Uses of GrpcChannelsDescriptor in io.helidon.microprofile.grpc.client
Modifier and TypeClassDescriptionstatic class
GrpcChannelsDescriptor.BuilderBase<BUILDER extends GrpcChannelsDescriptor.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcChannelsDescriptor> Fluent API builder base forGrpcChannelsDescriptor
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionGrpcChannelsDescriptor.Builder.build()
GrpcChannelsDescriptor.Builder.buildPrototype()
static GrpcChannelsDescriptor
GrpcChannelsDescriptor.create()
Create a new instance with default values.static GrpcChannelsDescriptor
Create a new instance from configuration.Modifier and TypeMethodDescriptionGrpcChannelsDescriptor.builder
(GrpcChannelsDescriptor instance) Create a new fluent API builder from an existing instance.GrpcChannelsDescriptor.BuilderBase.from
(GrpcChannelsDescriptor prototype) Update this builder from an existing prototype instance.