Uses of Interface
io.vertx.grpc.common.GrpcReadStream
Packages that use GrpcReadStream
Package
Description
-
Uses of GrpcReadStream in io.vertx.grpc.client
Subinterfaces of GrpcReadStream in io.vertx.grpc.clientModifier and TypeInterfaceDescriptioninterfaceGrpcClientResponse<Req,Resp> A response from a gRPC server. -
Uses of GrpcReadStream in io.vertx.grpc.common
Methods in io.vertx.grpc.common that return GrpcReadStreamModifier and TypeMethodDescriptionGrpcReadStream.endHandler(Handler<Void> handler) GrpcReadStream.errorHandler(Handler<GrpcError> handler) Set a handler to be notified with gRPC errors.GrpcReadStream.exceptionHandler(Handler<Throwable> handler) GrpcReadStream.fetch(long l) GrpcReadStream.invalidMessageHandler(Handler<InvalidMessageException> handler) Set a message handler that is reported with invalid message errors.GrpcReadStream.messageHandler(Handler<GrpcMessage> handler) Set a handler to be notified with incoming encoded messages.GrpcReadStream.pause()GrpcReadStream.resume() -
Uses of GrpcReadStream in io.vertx.grpc.server
Subinterfaces of GrpcReadStream in io.vertx.grpc.server -
Uses of GrpcReadStream in io.vertx.reactivex.grpc.common
Methods in io.vertx.reactivex.grpc.common that return GrpcReadStreamMethods in io.vertx.reactivex.grpc.common with parameters of type GrpcReadStreamModifier and TypeMethodDescriptionstatic <T> GrpcReadStream<T> GrpcReadStream.newInstance(GrpcReadStream arg) static <T> GrpcReadStream<T> GrpcReadStream.newInstance(GrpcReadStream arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.reactivex.grpc.common with parameters of type GrpcReadStream -
Uses of GrpcReadStream in io.vertx.rxjava3.grpc.common
Methods in io.vertx.rxjava3.grpc.common that return GrpcReadStreamMethods in io.vertx.rxjava3.grpc.common with parameters of type GrpcReadStreamModifier and TypeMethodDescriptionstatic <T> GrpcReadStream<T> GrpcReadStream.newInstance(GrpcReadStream arg) static <T> GrpcReadStream<T> GrpcReadStream.newInstance(GrpcReadStream arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.rxjava3.grpc.common with parameters of type GrpcReadStream