Uses of Interface
io.vertx.grpc.common.GrpcReadStream
-
Packages that use GrpcReadStream Package Description io.vertx.grpc.client io.vertx.grpc.common io.vertx.grpc.server io.vertx.reactivex.grpc.common io.vertx.rxjava3.grpc.common -
-
Uses of GrpcReadStream in io.vertx.grpc.client
Subinterfaces of GrpcReadStream in io.vertx.grpc.client Modifier and Type Interface Description interface
GrpcClientResponse<Req,Resp>
A response from a gRPC server. -
Uses of GrpcReadStream in io.vertx.grpc.common
Methods in io.vertx.grpc.common that return GrpcReadStream Modifier and Type Method Description GrpcReadStream<T>
GrpcReadStream. endHandler(Handler<Void> handler)
GrpcReadStream<T>
GrpcReadStream. errorHandler(Handler<GrpcError> handler)
Set a handler to be notified with gRPC errors.GrpcReadStream<T>
GrpcReadStream. exceptionHandler(Handler<Throwable> handler)
GrpcReadStream<T>
GrpcReadStream. fetch(long l)
GrpcReadStream<T>
GrpcReadStream. handler(Handler<T> handler)
GrpcReadStream<T>
GrpcReadStream. invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.GrpcReadStream<T>
GrpcReadStream. messageHandler(Handler<GrpcMessage> handler)
Set a handler to be notified with incoming encoded messages.GrpcReadStream<T>
GrpcReadStream. pause()
GrpcReadStream<T>
GrpcReadStream. resume()
-
Uses of GrpcReadStream in io.vertx.grpc.server
Subinterfaces of GrpcReadStream in io.vertx.grpc.server Modifier and Type Interface Description interface
GrpcServerRequest<Req,Resp>
-
Uses of GrpcReadStream in io.vertx.reactivex.grpc.common
Methods in io.vertx.reactivex.grpc.common that return GrpcReadStream Modifier and Type Method Description GrpcReadStream
GrpcReadStream. getDelegate()
Methods in io.vertx.reactivex.grpc.common with parameters of type GrpcReadStream Modifier and Type Method Description static <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 Constructor Description GrpcReadStream(GrpcReadStream delegate)
-
Uses of GrpcReadStream in io.vertx.rxjava3.grpc.common
Methods in io.vertx.rxjava3.grpc.common that return GrpcReadStream Modifier and Type Method Description GrpcReadStream
GrpcReadStream. getDelegate()
Methods in io.vertx.rxjava3.grpc.common with parameters of type GrpcReadStream Modifier and Type Method Description static <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 Constructor Description GrpcReadStream(GrpcReadStream delegate)
-