Uses of Interface
io.vertx.grpc.client.GrpcClientResponse
-
Packages that use GrpcClientResponse Package Description io.vertx.grpc.client io.vertx.grpcio.client io.vertx.reactivex.grpc.client io.vertx.rxjava3.grpc.client -
-
Uses of GrpcClientResponse in io.vertx.grpc.client
Methods in io.vertx.grpc.client that return GrpcClientResponse Modifier and Type Method Description GrpcClientResponse<Req,Resp>
GrpcClientResponse. endHandler(Handler<Void> handler)
GrpcClientResponse<Req,Resp>
GrpcClientResponse. errorHandler(Handler<GrpcError> handler)
GrpcClientResponse<Req,Resp>
GrpcClientResponse. exceptionHandler(Handler<Throwable> handler)
GrpcClientResponse<Req,Resp>
GrpcClientResponse. fetch(long amount)
GrpcClientResponse<Req,Resp>
GrpcClientResponse. handler(Handler<Resp> handler)
GrpcClientResponse<Req,Resp>
GrpcClientResponse. messageHandler(Handler<GrpcMessage> handler)
GrpcClientResponse<Req,Resp>
GrpcClientResponse. pause()
GrpcClientResponse<Req,Resp>
GrpcClientResponse. resume()
Methods in io.vertx.grpc.client that return types with arguments of type GrpcClientResponse Modifier and Type Method Description Future<GrpcClientResponse<Req,Resp>>
GrpcClientRequest. response()
default Future<GrpcClientResponse<Req,Resp>>
GrpcClientRequest. send(ReadStream<Req> body)
default Future<GrpcClientResponse<Req,Resp>>
GrpcClientRequest. send(Req item)
-
Uses of GrpcClientResponse in io.vertx.grpcio.client
Method parameters in io.vertx.grpcio.client with type arguments of type GrpcClientResponse Modifier and Type Method Description default <Req,Resp,T>
Future<T>GrpcIoClient. call(MethodDescriptor<Req,Resp> service, Handler<GrpcClientRequest<Req,Resp>> requestHandler, java.util.function.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, java.util.function.Function<GrpcClientResponse<Req,Resp>,Future<T>> resultFn)
Call theservice
gRPC service hosted byserver
. -
Uses of GrpcClientResponse in io.vertx.reactivex.grpc.client
Methods in io.vertx.reactivex.grpc.client that return GrpcClientResponse Modifier and Type Method Description GrpcClientResponse
GrpcClientResponse. getDelegate()
Methods in io.vertx.reactivex.grpc.client with parameters of type GrpcClientResponse Modifier and Type Method Description static <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 Constructor Description GrpcClientResponse(GrpcClientResponse delegate)
-
Uses of GrpcClientResponse in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client that return GrpcClientResponse Modifier and Type Method Description GrpcClientResponse
GrpcClientResponse. getDelegate()
Methods in io.vertx.rxjava3.grpc.client with parameters of type GrpcClientResponse Modifier and Type Method Description static <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 Constructor Description GrpcClientResponse(GrpcClientResponse delegate)
-