Uses of Interface
io.helidon.microprofile.grpc.client.GrpcChannelDescriptor
Packages that use GrpcChannelDescriptor
-
Uses of GrpcChannelDescriptor in io.helidon.microprofile.grpc.client
Classes in io.helidon.microprofile.grpc.client with type parameters of type GrpcChannelDescriptorModifier and TypeClassDescriptionstatic class
GrpcChannelDescriptor.BuilderBase<BUILDER extends GrpcChannelDescriptor.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcChannelDescriptor> Fluent API builder base forGrpcChannelDescriptor
.Classes in io.helidon.microprofile.grpc.client that implement GrpcChannelDescriptorModifier 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 GrpcChannelDescriptorModifier 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.Methods in io.helidon.microprofile.grpc.client that return types with arguments of type GrpcChannelDescriptorModifier and TypeMethodDescriptionGrpcChannelsDescriptor.BuilderBase.channels()
List of channel descriptors.GrpcChannelsDescriptor.BuilderBase.GrpcChannelsDescriptorImpl.channels()
Methods in io.helidon.microprofile.grpc.client with parameters of type GrpcChannelDescriptorModifier 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.Method parameters in io.helidon.microprofile.grpc.client with type arguments of type GrpcChannelDescriptorModifier and TypeMethodDescriptionGrpcChannelsDescriptor.BuilderBase.addChannels
(List<? extends GrpcChannelDescriptor> channels) List of channel descriptors.GrpcChannelsDescriptor.BuilderBase.channels
(List<? extends GrpcChannelDescriptor> channels) List of channel descriptors.