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_ARG
Methods 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 GrpcIoServer
GrpcIoServer. newInstance(GrpcIoServer arg)
static GrpcIoServer
GrpcIoServer. server(Vertx vertx)
Create a blank gRPC/IO serverstatic GrpcIoServer
GrpcIoServer. server(Vertx vertx, GrpcServerOptions options)
Create a blank gRPC/IO server
-