Uses of Interface
io.vertx.grpc.server.GrpcServerRequest
Packages that use GrpcServerRequest
Package
Description
-
Uses of GrpcServerRequest in io.vertx.grpc.server
Methods in io.vertx.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) GrpcServerRequest.pause()GrpcServerRequest.resume()Methods in io.vertx.grpc.server with parameters of type GrpcServerRequestModifier and TypeMethodDescriptionvoidServiceMethodInvoker.invoke(GrpcServerRequest<Req, Resp> request) Handle the method call.Method parameters in io.vertx.grpc.server with type arguments of type GrpcServerRequestModifier and TypeMethodDescription<Req,Resp> ServiceBuilder ServiceBuilder.bind(ServiceMethod<Req, Resp> serviceMethod, Handler<GrpcServerRequest<Req, Resp>> handler) Bind a service method call handler that handles any call made to the server for thefullMethodNamemethod.GrpcServer.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. -
Uses of GrpcServerRequest in io.vertx.grpcio.server
Method parameters in io.vertx.grpcio.server with type arguments of type GrpcServerRequestModifier and TypeMethodDescription<Req,Resp> GrpcIoServer GrpcIoServer.callHandler(MethodDescriptor<Req, Resp> methodDesc, Handler<GrpcServerRequest<Req, Resp>> handler) Set a service method call handler that handles any call made to the server for theMethodDescriptorservice method.GrpcIoServer.callHandler(Handler<GrpcServerRequest<Buffer, Buffer>> handler) -
Uses of GrpcServerRequest in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return GrpcServerRequestMethods in io.vertx.reactivex.grpc.server with parameters of type GrpcServerRequestModifier and TypeMethodDescriptionstatic <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) Constructors in io.vertx.reactivex.grpc.server with parameters of type GrpcServerRequest -
Uses of GrpcServerRequest in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server that return GrpcServerRequestMethods in io.vertx.rxjava3.grpc.server with parameters of type GrpcServerRequestModifier and TypeMethodDescriptionstatic <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) Constructors in io.vertx.rxjava3.grpc.server with parameters of type GrpcServerRequest