Uses of Class
io.helidon.webserver.grpc.GrpcReflectionConfig.Builder
Packages that use GrpcReflectionConfig.Builder
-
Uses of GrpcReflectionConfig.Builder in io.helidon.webserver.grpc
Subclasses with type arguments of type GrpcReflectionConfig.Builder in io.helidon.webserver.grpcClasses in io.helidon.webserver.grpc that implement interfaces with type arguments of type GrpcReflectionConfig.BuilderMethods in io.helidon.webserver.grpc that return GrpcReflectionConfig.BuilderModifier and TypeMethodDescriptionstatic GrpcReflectionConfig.BuilderGrpcReflectionConfig.builder()Create a new fluent API builder to customize configuration.static GrpcReflectionConfig.BuilderGrpcReflectionConfig.builder(GrpcReflectionConfig instance) Create a new fluent API builder from an existing instance.static GrpcReflectionConfig.BuilderGrpcReflectionFeature.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 GrpcReflectionFeatureGrpcReflectionFeature.create(Consumer<GrpcReflectionConfig.Builder> builderConsumer) Create a new instance customizing its configuration.