Uses of Class
io.vertx.rxjava3.grpc.server.GrpcServerResponse
Packages that use GrpcServerResponse
-
Uses of GrpcServerResponse in io.vertx.rxjava3.grpc.server
Fields in io.vertx.rxjava3.grpc.server with type parameters of type GrpcServerResponseModifier and TypeFieldDescriptionstatic final TypeArg<GrpcServerResponse>GrpcServerResponse.__TYPE_ARGMethods in io.vertx.rxjava3.grpc.server that return GrpcServerResponseModifier and TypeMethodDescriptionGrpcServerResponse.drainHandler(Handler<Void> handler) GrpcServerResponse.exceptionHandler(Handler<Throwable> handler) GrpcServerResponse.format(WireFormat format) static <Req,Resp> GrpcServerResponse<Req, Resp> GrpcServerResponse.newInstance(GrpcServerResponse arg) static <Req,Resp> GrpcServerResponse<Req, Resp> GrpcServerResponse.newInstance(GrpcServerResponse arg, TypeArg<Req> __typeArg_Req, TypeArg<Resp> __typeArg_Resp) GrpcServerRequest.response()GrpcServerResponse.setWriteQueueMaxSize(int maxSize) GrpcServerResponse.status(GrpcStatus status) Set the grpc status responseGrpcServerResponse.statusMessage(String msg) Set the grpc status response message