Uses of Class
io.helidon.grpc.server.GrpcServer.Builder
-
Uses of GrpcServer.Builder in io.helidon.grpc.server
Modifier and TypeMethodDescriptionstatic GrpcServer.Builder
GrpcServer.builder
(GrpcRouting routing) Creates a builder of theGrpcServer
.static GrpcServer.Builder
GrpcServer.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
.