Uses of Class
io.helidon.grpc.server.GrpcServer.Builder
-
Packages that use GrpcServer.Builder Package Description io.helidon.grpc.server Reactive gRPC server API. -
-
Uses of GrpcServer.Builder in io.helidon.grpc.server
Methods in io.helidon.grpc.server that return GrpcServer.Builder Modifier and Type Method Description static GrpcServer.BuilderGrpcServer. builder(GrpcRouting routing)Creates a builder of theGrpcServer.static GrpcServer.BuilderGrpcServer. builder(Supplier<? extends GrpcRouting> routingBuilder)Creates a builder of theGrpcServer.GrpcServer.BuilderGrpcServer.Builder. config(GrpcServerConfiguration configuration)Set a configuration of theGrpcServer.GrpcServer.BuilderGrpcServer.Builder. config(Supplier<GrpcServerConfiguration> configurationBuilder)Set a configuration of theGrpcServer.
-