Uses of Class
io.vertx.reactivex.grpc.common.GrpcReadStream
Packages that use GrpcReadStream
Package
Description
-
Uses of GrpcReadStream in io.vertx.reactivex.grpc.client
Subclasses of GrpcReadStream in io.vertx.reactivex.grpc.clientModifier and TypeClassDescriptionclassGrpcClientResponse<Req,Resp> A response from a gRPC server.Methods in io.vertx.reactivex.grpc.client that return GrpcReadStreamModifier and TypeMethodDescriptionGrpcClientResponse.invalidMessageHandler(Handler<InvalidMessageException> handler) Set a message handler that is reported with invalid message errors. -
Uses of GrpcReadStream in io.vertx.reactivex.grpc.common
Fields in io.vertx.reactivex.grpc.common with type parameters of type GrpcReadStreamModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<GrpcReadStream> GrpcReadStream.__TYPE_ARGMethods in io.vertx.reactivex.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.static <T> GrpcReadStream<T> GrpcReadStream.newInstance(GrpcReadStream arg) static <T> GrpcReadStream<T> GrpcReadStream.newInstance(GrpcReadStream arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) GrpcReadStream.pause()GrpcReadStream.resume() -
Uses of GrpcReadStream in io.vertx.reactivex.grpc.server
Subclasses of GrpcReadStream in io.vertx.reactivex.grpc.serverMethods in io.vertx.reactivex.grpc.server that return GrpcReadStreamModifier and TypeMethodDescriptionGrpcServerRequest.invalidMessageHandler(Handler<InvalidMessageException> handler) Set a message handler that is reported with invalid message errors.