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