Module io.helidon.webserver.grpc
Package io.helidon.webserver.grpc
Class GrpcReflectionConfig.Builder
java.lang.Object
io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase<GrpcReflectionConfig.Builder,GrpcReflectionConfig>
io.helidon.webserver.grpc.GrpcReflectionConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<GrpcReflectionConfig.Builder,,GrpcReflectionConfig> Builder<GrpcReflectionConfig.Builder,,GrpcReflectionFeature> ConfigBuilderSupport.ConfiguredBuilder<GrpcReflectionConfig.Builder,,GrpcReflectionConfig> ConfigBuilderSupport.ConfiguredBuilder<GrpcReflectionConfig.Builder,,GrpcReflectionConfig> Supplier<GrpcReflectionFeature>
- Enclosing interface:
GrpcReflectionConfig
public static class GrpcReflectionConfig.Builder
extends GrpcReflectionConfig.BuilderBase<GrpcReflectionConfig.Builder,GrpcReflectionConfig>
implements Builder<GrpcReflectionConfig.Builder,GrpcReflectionFeature>
Fluent API builder for
GrpcReflectionFeature.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
GrpcReflectionConfig.BuilderBase.GrpcReflectionConfigImpl -
Method Summary
Methods inherited from class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
addSocket, addSockets, config, config, config, enabled, enabled, from, from, name, name, preBuildPrototype, sockets, sockets, 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
self
-
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<GrpcReflectionConfig.Builder,GrpcReflectionConfig> - 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<GrpcReflectionConfig.Builder,GrpcReflectionFeature> - Returns:
- instance of the built type
-