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