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.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
GrpcServer.Builder. config(GrpcServerConfiguration configuration)
Set a configuration of theGrpcServer
.GrpcServer.Builder
GrpcServer.Builder. config(Supplier<GrpcServerConfiguration> configurationBuilder)
Set a configuration of theGrpcServer
.
-