Uses of Interface
io.vertx.grpc.server.GrpcServerResponse
Packages that use GrpcServerResponse
Package
Description
-
Uses of GrpcServerResponse in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return GrpcServerResponseModifier and TypeMethodDescriptionGrpcServerResponse.drainHandler(Handler<Void> handler) GrpcServerResponse.exceptionHandler(Handler<Throwable> handler) GrpcServerResponse.format(WireFormat format) GrpcServerRequest.response()GrpcServerResponse.setWriteQueueMaxSize(int maxSize) GrpcServerResponse.status(GrpcStatus status) Set the grpc status responseGrpcServerResponse.statusMessage(String msg) Set the grpc status response message -
Uses of GrpcServerResponse in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return GrpcServerResponseMethods in io.vertx.reactivex.grpc.server with parameters of type GrpcServerResponseModifier and TypeMethodDescriptionstatic <Req,Resp> GrpcServerResponse <Req, Resp> GrpcServerResponse.newInstance(GrpcServerResponse arg) static <Req,Resp> GrpcServerResponse <Req, Resp> GrpcServerResponse.newInstance(GrpcServerResponse 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 GrpcServerResponse -
Uses of GrpcServerResponse in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server that return GrpcServerResponseMethods in io.vertx.rxjava3.grpc.server with parameters of type GrpcServerResponseModifier and TypeMethodDescriptionstatic <Req,Resp> GrpcServerResponse <Req, Resp> GrpcServerResponse.newInstance(GrpcServerResponse arg) static <Req,Resp> GrpcServerResponse <Req, Resp> GrpcServerResponse.newInstance(GrpcServerResponse 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 GrpcServerResponse