Uses of Class
io.helidon.webserver.grpc.GrpcReflectionConfig.Builder
Packages that use GrpcReflectionConfig.Builder
-
Uses of GrpcReflectionConfig.Builder in io.helidon.webserver.grpc
Methods in io.helidon.webserver.grpc that return GrpcReflectionConfig.BuilderModifier and TypeMethodDescriptionstatic GrpcReflectionConfig.Builder
GrpcReflectionConfig.builder()
Create a new fluent API builder to customize configuration.static GrpcReflectionConfig.Builder
GrpcReflectionConfig.builder
(GrpcReflectionConfig instance) Create a new fluent API builder from an existing instance.static GrpcReflectionConfig.Builder
GrpcReflectionFeature.builder()
Fluent API builder to set up an instance.Method parameters in io.helidon.webserver.grpc with type arguments of type GrpcReflectionConfig.BuilderModifier and TypeMethodDescriptionstatic GrpcReflectionFeature
GrpcReflectionFeature.create
(Consumer<GrpcReflectionConfig.Builder> builderConsumer) Create a new instance customizing its configuration.