Uses of Interface
io.helidon.microprofile.grpc.client.GrpcChannelDescriptor
-
Uses of GrpcChannelDescriptor in io.helidon.microprofile.grpc.client
Modifier and TypeClassDescriptionstatic class
GrpcChannelDescriptor.BuilderBase<BUILDER extends GrpcChannelDescriptor.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcChannelDescriptor> Fluent API builder base forGrpcChannelDescriptor
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionGrpcChannelDescriptor.Builder.build()
GrpcChannelDescriptor.Builder.buildPrototype()
static GrpcChannelDescriptor
GrpcChannelDescriptor.create()
Create a new instance with default values.static GrpcChannelDescriptor
Create a new instance from configuration.Modifier and TypeMethodDescriptionGrpcChannelsDescriptor.BuilderBase.channels()
List of channel descriptors.GrpcChannelsDescriptor.BuilderBase.GrpcChannelsDescriptorImpl.channels()
Modifier and TypeMethodDescriptionGrpcChannelDescriptor.builder
(GrpcChannelDescriptor instance) Create a new fluent API builder from an existing instance.GrpcChannelsProvider.Builder.channel
(String name, GrpcChannelDescriptor descriptor) Add or replace the specifiedGrpcChannelDescriptor
.GrpcChannelDescriptor.BuilderBase.from
(GrpcChannelDescriptor prototype) Update this builder from an existing prototype instance.Modifier and TypeMethodDescriptionGrpcChannelsDescriptor.BuilderBase.addChannels
(List<? extends GrpcChannelDescriptor> channels) List of channel descriptors.GrpcChannelsDescriptor.BuilderBase.channels
(List<? extends GrpcChannelDescriptor> channels) List of channel descriptors.