Uses of Class
io.vertx.rxjava3.grpc.server.GrpcServerRequest
Packages that use GrpcServerRequest
-
Uses of GrpcServerRequest in io.vertx.rxjava3.grpc.server
Fields in io.vertx.rxjava3.grpc.server with type parameters of type GrpcServerRequestModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<GrpcServerRequest> GrpcServerRequest.__TYPE_ARGMethods in io.vertx.rxjava3.grpc.server that return GrpcServerRequestModifier and TypeMethodDescriptionGrpcServerRequest.endHandler(Handler<Void> endHandler) GrpcServerRequest.errorHandler(Handler<GrpcError> handler) GrpcServerRequest.exceptionHandler(Handler<Throwable> handler) GrpcServerRequest.fetch(long amount) GrpcServerRequest.messageHandler(Handler<GrpcMessage> handler) static <Req,Resp> GrpcServerRequest <Req, Resp> GrpcServerRequest.newInstance(GrpcServerRequest arg) static <Req,Resp> GrpcServerRequest <Req, Resp> GrpcServerRequest.newInstance(GrpcServerRequest arg, io.vertx.lang.rx.TypeArg<Req> __typeArg_Req, io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp) GrpcServerRequest.pause()GrpcServerRequest.resume()Method parameters in io.vertx.rxjava3.grpc.server with type arguments of type GrpcServerRequestModifier and TypeMethodDescriptionGrpcServer.callHandler(Handler<GrpcServerRequest<Buffer, Buffer>> handler) Set a call handler that handles any call made to the server.<Req,Resp> GrpcServer GrpcServer.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 thefullMethodNameservice method.