Uses of Class
io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Uses of GrpcConfig.BuilderBase in io.helidon.webserver.grpc
Modifier and TypeClassDescriptionstatic class
GrpcConfig.BuilderBase<BUILDER extends GrpcConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcConfig> Fluent API builder base forGrpcConfig
.Modifier and TypeMethodDescriptionGrpcConfig.BuilderBase.from
(GrpcConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
GrpcConfigImpl
(GrpcConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.