Interface GrpcChannelsDescriptor
- All Superinterfaces:
 Prototype.Api
- All Known Implementing Classes:
 GrpcChannelsDescriptor.BuilderBase.GrpcChannelsDescriptorImpl
Interface generated from definition. Please add javadoc to the definition interface.
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forGrpcChannelsDescriptor.static classGrpcChannelsDescriptor.BuilderBase<BUILDER extends GrpcChannelsDescriptor.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends GrpcChannelsDescriptor> Fluent API builder base forGrpcChannelsDescriptor. - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a new fluent API builder to customize configuration.builder(GrpcChannelsDescriptor instance) Create a new fluent API builder from an existing instance.channels()List of channel descriptors.static GrpcChannelsDescriptorcreate()Create a new instance with default values.static GrpcChannelsDescriptorDeprecated.static GrpcChannelsDescriptorCreate a new instance from configuration. 
- 
Method Details
- 
builder
Create a new fluent API builder to customize configuration.- Returns:
 - a new builder
 
 - 
builder
Create a new fluent API builder from an existing instance.- Parameters:
 instance- an existing instance used as a base for the builder- Returns:
 - a builder based on an instance
 
 - 
create
Create a new instance from configuration.- Parameters:
 config- used to configure the new instance- Returns:
 - a new instance configured from configuration
 
 - 
create
Deprecated.Create a new instance from configuration.- Parameters:
 config- used to configure the new instance- Returns:
 - a new instance configured from configuration
 
 - 
create
Create a new instance with default values.- Returns:
 - a new instance
 
 - 
channels
List<GrpcChannelDescriptor> channels()List of channel descriptors.- Returns:
 - channel descriptors
 
 
 - 
 
create(io.helidon.config.Config)