Uses of Interface
io.vertx.grpcio.server.GrpcIoServer
Packages that use GrpcIoServer
-
Uses of GrpcIoServer in io.vertx.grpcio.server
Methods in io.vertx.grpcio.server that return GrpcIoServerModifier and TypeMethodDescriptiondefault GrpcIoServerGrpcIoServer.addService(BindableService bindableService) LikeGrpcServer.addService(Service)with a gRPC/IOBindableService.<Req,Resp> GrpcIoServer GrpcIoServer.callHandler(MethodDescriptor<Req, Resp> methodDesc, Handler<GrpcServerRequest<Req, Resp>> handler) Set a service method call handler that handles any call made to the server for theMethodDescriptorservice method.GrpcIoServer.callHandler(Handler<GrpcServerRequest<Buffer, Buffer>> handler) static GrpcIoServerCreate a blank gRPC server with default options.static GrpcIoServerGrpcIoServer.server(Vertx vertx, GrpcServerOptions options) Create a blank gRPC server with specified options.