Uses of Class
io.vertx.reactivex.grpcio.server.GrpcIoServer
-
Packages that use GrpcIoServer Package Description io.vertx.reactivex.grpcio.server -
-
Uses of GrpcIoServer in io.vertx.reactivex.grpcio.server
Fields in io.vertx.reactivex.grpcio.server with type parameters of type GrpcIoServer Modifier and Type Field Description static TypeArg<GrpcIoServer>GrpcIoServer. __TYPE_ARGMethods in io.vertx.reactivex.grpcio.server that return GrpcIoServer Modifier and Type Method Description <Req,Resp>
GrpcIoServerGrpcIoServer. callHandler(io.grpc.MethodDescriptor<Req,Resp> methodDesc, Handler<GrpcServerRequest<Req,Resp>> handler)Set a service method call handler that handles any call made to the server for the service method.static GrpcIoServerGrpcIoServer. newInstance(GrpcIoServer arg)static GrpcIoServerGrpcIoServer. server(Vertx vertx)Create a blank gRPC/IO serverstatic GrpcIoServerGrpcIoServer. server(Vertx vertx, GrpcServerOptions options)Create a blank gRPC/IO server
-