Uses of Interface
io.helidon.grpc.server.GrpcService
-
Packages that use GrpcService Package Description io.helidon.grpc.server Reactive gRPC server API. -
-
Uses of GrpcService in io.helidon.grpc.server
Methods in io.helidon.grpc.server with parameters of type GrpcService Modifier and Type Method Description static ServiceDescriptor.BuilderServiceDescriptor. builder(GrpcService service)Create aServiceDescriptor.Builder.GrpcRouting.BuilderGrpcRouting.Builder. register(GrpcService service)Add aGrpcServicewith theGrpcRoutingto be built by this builder.GrpcRouting.BuilderGrpcRouting.Builder. register(GrpcService service, ServiceDescriptor.Configurer configurer)Add aGrpcServicewith theGrpcRoutingto be built by this builder.
-