Uses of Interface
io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor
Packages that use GrpcChannelsDescriptor
-
Uses of GrpcChannelsDescriptor in io.helidon.microprofile.grpc.client
Classes in io.helidon.microprofile.grpc.client with type parameters of type GrpcChannelsDescriptorModifier and TypeClassDescriptionstatic class
GrpcChannelsDescriptor.BuilderBase<BUILDER extends GrpcChannelsDescriptor.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcChannelsDescriptor> Fluent API builder base forGrpcChannelsDescriptor
.Classes in io.helidon.microprofile.grpc.client that implement GrpcChannelsDescriptorModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.microprofile.grpc.client that return GrpcChannelsDescriptorModifier 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.Methods in io.helidon.microprofile.grpc.client with parameters of type GrpcChannelsDescriptorModifier 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.