Uses of Class
io.vertx.reactivex.grpc.server.GrpcServer
-
Packages that use GrpcServer Package Description io.vertx.reactivex.grpc.server io.vertx.reactivex.grpcio.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_ARG
Methods in io.vertx.reactivex.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)
Deprecated.GrpcServer
GrpcServer. callHandler(Handler<GrpcServerRequest<Buffer,Buffer>> handler)
Set a call handler that handles any call made to the server.<Req,Resp>
GrpcServerGrpcServer. callHandler(ServiceMethod<Req,Resp> serviceMethod, Handler<GrpcServerRequest<Req,Resp>> handler)
Set a service method call handler that handles any call made to the server for thefullMethodName
service method.static GrpcServer
GrpcServer. newInstance(GrpcServer arg)
static GrpcServer
GrpcServer. server(Vertx vertx)
Create a blank gRPC serverstatic GrpcServer
GrpcServer. server(Vertx vertx, GrpcServerOptions options)
Create a blank gRPC server -
Uses of GrpcServer in io.vertx.reactivex.grpcio.server
Subclasses of GrpcServer in io.vertx.reactivex.grpcio.server Modifier and Type Class Description class
GrpcIoServer
Extends the so it can be utilized with .
-