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 classGrpcChannelsDescriptor.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 classGenerated 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 GrpcChannelsDescriptorGrpcChannelsDescriptor.create()Create a new instance with default values.static GrpcChannelsDescriptorDeprecated.static GrpcChannelsDescriptorCreate 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.
create(io.helidon.config.Config)