Uses of Class
io.helidon.webserver.grpc.GrpcConfig.BuilderBase
Packages that use GrpcConfig.BuilderBase
-
Uses of GrpcConfig.BuilderBase in io.helidon.webserver.grpc
Classes in io.helidon.webserver.grpc with type parameters of type GrpcConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
GrpcConfig.BuilderBase<BUILDER extends GrpcConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcConfig> Fluent API builder base forGrpcConfig
.Subclasses of GrpcConfig.BuilderBase in io.helidon.webserver.grpcMethods in io.helidon.webserver.grpc with parameters of type GrpcConfig.BuilderBaseModifier and TypeMethodDescriptionGrpcConfig.BuilderBase.from
(GrpcConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.grpc with parameters of type GrpcConfig.BuilderBaseModifierConstructorDescriptionprotected
GrpcConfigImpl
(GrpcConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.