Uses of Class
io.vertx.reactivex.grpc.server.GrpcServerRequest
-
Packages that use GrpcServerRequest Package Description io.vertx.reactivex.grpc.server -
-
Uses of GrpcServerRequest in io.vertx.reactivex.grpc.server
Fields in io.vertx.reactivex.grpc.server with type parameters of type GrpcServerRequest Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<GrpcServerRequest>
GrpcServerRequest. __TYPE_ARG
Methods in io.vertx.reactivex.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)
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<Req,Resp>
GrpcServerRequest. pause()
GrpcServerRequest<Req,Resp>
GrpcServerRequest. resume()
Method parameters in io.vertx.reactivex.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.
-