Uses of Class
io.helidon.grpc.server.GrpcServer.Builder
Packages that use GrpcServer.Builder
-
Uses of GrpcServer.Builder in io.helidon.grpc.server
Methods in io.helidon.grpc.server that return GrpcServer.BuilderModifier and TypeMethodDescriptionstatic GrpcServer.BuilderGrpcServer.builder(GrpcRouting routing) Creates a builder of theGrpcServer.static GrpcServer.BuilderGrpcServer.builder(Supplier<? extends GrpcRouting> routingBuilder) Creates a builder of theGrpcServer.GrpcServer.Builder.config(GrpcServerConfiguration configuration) Set a configuration of theGrpcServer.GrpcServer.Builder.config(Supplier<GrpcServerConfiguration> configurationBuilder) Set a configuration of theGrpcServer.