Uses of Interface
io.vertx.grpc.client.GrpcClientResponse
Packages that use GrpcClientResponse
Package
Description
-
Uses of GrpcClientResponse in io.vertx.grpc.client
Methods in io.vertx.grpc.client that return GrpcClientResponseModifier and TypeMethodDescriptionGrpcClientResponse.endHandler(Handler<Void> handler) GrpcClientResponse.errorHandler(Handler<GrpcError> handler) GrpcClientResponse.exceptionHandler(Handler<Throwable> handler) GrpcClientResponse.fetch(long amount) GrpcClientResponse.messageHandler(Handler<GrpcMessage> handler) GrpcClientResponse.pause()GrpcClientResponse.resume()Methods in io.vertx.grpc.client that return types with arguments of type GrpcClientResponseModifier and TypeMethodDescriptionGrpcClientRequest.response()default Future<GrpcClientResponse<Req, Resp>> GrpcClientRequest.send(ReadStream<Req> body) default Future<GrpcClientResponse<Req, Resp>> -
Uses of GrpcClientResponse in io.vertx.grpcio.client
Method parameters in io.vertx.grpcio.client with type arguments of type GrpcClientResponseModifier and TypeMethodDescriptiondefault <Req,Resp, T>
Future<T> GrpcIoClient.call(MethodDescriptor<Req, Resp> service, Handler<GrpcClientRequest<Req, Resp>> requestHandler, Function<GrpcClientResponse<Req, Resp>, Future<T>> resultFn) LikeGrpcIoClient.call(Address, MethodDescriptor, Handler, Function)with the default remote server.default <Req,Resp, T>
Future<T> GrpcIoClient.call(Address server, MethodDescriptor<Req, Resp> service, Handler<GrpcClientRequest<Req, Resp>> requestHandler, Function<GrpcClientResponse<Req, Resp>, Future<T>> resultFn) Call theservicegRPC service hosted byserver. -
Uses of GrpcClientResponse in io.vertx.reactivex.grpc.client
Methods in io.vertx.reactivex.grpc.client that return GrpcClientResponseMethods in io.vertx.reactivex.grpc.client with parameters of type GrpcClientResponseModifier and TypeMethodDescriptionstatic <Req,Resp> GrpcClientResponse <Req, Resp> GrpcClientResponse.newInstance(GrpcClientResponse arg) static <Req,Resp> GrpcClientResponse <Req, Resp> GrpcClientResponse.newInstance(GrpcClientResponse arg, io.vertx.lang.rx.TypeArg<Req> __typeArg_Req, io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp) Constructors in io.vertx.reactivex.grpc.client with parameters of type GrpcClientResponse -
Uses of GrpcClientResponse in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client that return GrpcClientResponseMethods in io.vertx.rxjava3.grpc.client with parameters of type GrpcClientResponseModifier and TypeMethodDescriptionstatic <Req,Resp> GrpcClientResponse <Req, Resp> GrpcClientResponse.newInstance(GrpcClientResponse arg) static <Req,Resp> GrpcClientResponse <Req, Resp> GrpcClientResponse.newInstance(GrpcClientResponse arg, io.vertx.lang.rx.TypeArg<Req> __typeArg_Req, io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp) Constructors in io.vertx.rxjava3.grpc.client with parameters of type GrpcClientResponse