Uses of Interface
io.vertx.grpc.server.GrpcServerRequest
-
Packages that use GrpcServerRequest Package Description io.vertx.grpc.server io.vertx.grpcio.server io.vertx.reactivex.grpc.server io.vertx.rxjava3.grpc.server -
-
Uses of GrpcServerRequest in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return GrpcServerRequest Modifier and Type Method Description GrpcServerRequest<Req,Resp>
GrpcServerRequest. endHandler(Handler<Void> endHandler)
GrpcServerRequest<Req,Resp>
GrpcServerRequest. errorHandler(Handler<GrpcError> handler)
GrpcServerRequest<Req,Resp>
GrpcServerRequest. exceptionHandler(Handler<Throwable> handler)
GrpcServerRequest<Req,Resp>
GrpcServerRequest. fetch(long amount)
GrpcServerRequest<Req,Resp>
GrpcServerRequest. handler(Handler<Req> handler)
GrpcServerRequest<Req,Resp>
GrpcServerRequest. messageHandler(Handler<GrpcMessage> handler)
GrpcServerRequest<Req,Resp>
GrpcServerRequest. pause()
GrpcServerRequest<Req,Resp>
GrpcServerRequest. resume()
Method parameters in io.vertx.grpc.server with type arguments of type GrpcServerRequest Modifier and Type Method Description 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. -
Uses of GrpcServerRequest in io.vertx.grpcio.server
Method parameters in io.vertx.grpcio.server with type arguments of type GrpcServerRequest Modifier and Type Method Description <Req,Resp>
GrpcIoServerGrpcIoServer. 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 theMethodDescriptor
service method.GrpcIoServer
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 GrpcServerRequest Modifier and Type Method Description GrpcServerRequest
GrpcServerRequest. getDelegate()
Methods in io.vertx.reactivex.grpc.server with parameters of type GrpcServerRequest Modifier and Type Method Description 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)
Constructors in io.vertx.reactivex.grpc.server with parameters of type GrpcServerRequest Constructor Description GrpcServerRequest(GrpcServerRequest delegate)
-
Uses of GrpcServerRequest in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server that return GrpcServerRequest Modifier and Type Method Description GrpcServerRequest
GrpcServerRequest. getDelegate()
Methods in io.vertx.rxjava3.grpc.server with parameters of type GrpcServerRequest Modifier and Type Method Description 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)
Constructors in io.vertx.rxjava3.grpc.server with parameters of type GrpcServerRequest Constructor Description GrpcServerRequest(GrpcServerRequest delegate)
-