java.lang.Object
io.helidon.webserver.grpc.GrpcConfig.BuilderBase<GrpcConfig.Builder,GrpcConfig>
io.helidon.webserver.grpc.GrpcConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<GrpcConfig.Builder,,GrpcConfig> Prototype.ConfiguredBuilder<GrpcConfig.Builder,,GrpcConfig> Builder<GrpcConfig.Builder,,GrpcConfig> Supplier<GrpcConfig>
- Enclosing interface:
GrpcConfig
public static class GrpcConfig.Builder
extends GrpcConfig.BuilderBase<GrpcConfig.Builder,GrpcConfig>
implements Builder<GrpcConfig.Builder,GrpcConfig>
Fluent API builder for
GrpcConfig.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
GrpcConfig.BuilderBase.GrpcConfigImpl -
Method Summary
Methods inherited from class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
config, config, from, from, name, name, preBuildPrototype, toString, validatePrototypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
selfMethods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<GrpcConfig.Builder,GrpcConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<GrpcConfig.Builder,GrpcConfig> - Returns:
- instance of the built type
-