Uses of Interface
io.vertx.mutiny.core.streams.WriteStream
Packages that use WriteStream
Package
Description
-
Uses of WriteStream in io.vertx.mutiny.amqp
Classes in io.vertx.mutiny.amqp that implement WriteStreamMethods in io.vertx.mutiny.amqp with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>AmqpReceiver.pipeTo(WriteStream<AmqpMessage> dst) Pipe thisReadStreamto theWriteStream.voidAmqpReceiver.pipeToAndAwait(WriteStream<AmqpMessage> dst) Pipe thisReadStreamto theWriteStream.AmqpReceiver.pipeToAndForget(WriteStream<AmqpMessage> dst) Pipe thisReadStreamto theWriteStream. -
Uses of WriteStream in io.vertx.mutiny.cassandra
Methods in io.vertx.mutiny.cassandra with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>CassandraRowStream.pipeTo(WriteStream<com.datastax.oss.driver.api.core.cql.Row> dst) Unlike the bare Vert.x variant, this method returns aUni.voidCassandraRowStream.pipeToAndAwait(WriteStream<com.datastax.oss.driver.api.core.cql.Row> dst) Unlike the bare Vert.x variant, this method returns aVoid.CassandraRowStream.pipeToAndForget(WriteStream<com.datastax.oss.driver.api.core.cql.Row> dst) Unlike the bare Vert.x variant, this method ignores theVoidresult or any failure. -
Uses of WriteStream in io.vertx.mutiny.core.datagram
Methods in io.vertx.mutiny.core.datagram that return WriteStreamModifier and TypeMethodDescriptionWriteStream<io.vertx.core.buffer.Buffer>Returns aWriteStream<Buffer>able to sendBufferto theSocketAddress. -
Uses of WriteStream in io.vertx.mutiny.core.eventbus
Methods in io.vertx.mutiny.core.eventbus with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>MessageConsumer.pipeTo(WriteStream<Message<T>> arg0) Pipe thisReadStreamto theWriteStream.voidMessageConsumer.pipeToAndAwait(WriteStream<Message<T>> arg0) Pipe thisReadStreamto theWriteStream.MessageConsumer.pipeToAndForget(WriteStream<Message<T>> arg0) Pipe thisReadStreamto theWriteStream. -
Uses of WriteStream in io.vertx.mutiny.core.file
Classes in io.vertx.mutiny.core.file that implement WriteStreamModifier and TypeClassDescriptionclassRepresents a file on the file-system which can be read from, or written to asynchronously.Methods in io.vertx.mutiny.core.file with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>AsyncFile.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.voidAsyncFile.pipeToAndAwait(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.AsyncFile.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream. -
Uses of WriteStream in io.vertx.mutiny.core.http
Subinterfaces of WriteStream in io.vertx.mutiny.core.httpClasses in io.vertx.mutiny.core.http that implement WriteStreamModifier and TypeClassDescriptionclassRepresents a client-side WebSocket.classRepresents a client-side HTTP request.classRepresents a server-side HTTP response.classRepresents a server side WebSocket.classCommon WebSocket implementation.static classMethods in io.vertx.mutiny.core.http with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>ClientWebSocket.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void>HttpClientResponse.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void>HttpServerFileUpload.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void>HttpServerRequest.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void>ServerWebSocket.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void>WebSocket.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void>WebSocketBase.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void>WebSocketBase.WebSocketBaseImpl.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.voidClientWebSocket.pipeToAndAwait(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.voidHttpClientResponse.pipeToAndAwait(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.voidHttpServerFileUpload.pipeToAndAwait(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.voidHttpServerRequest.pipeToAndAwait(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.voidServerWebSocket.pipeToAndAwait(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.voidWebSocket.pipeToAndAwait(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.voidWebSocketBase.WebSocketBaseImpl.pipeToAndAwait(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.ClientWebSocket.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.HttpClientResponse.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.HttpServerFileUpload.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.HttpServerRequest.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.ServerWebSocket.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.WebSocket.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.WebSocketBase.WebSocketBaseImpl.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream. -
Uses of WriteStream in io.vertx.mutiny.core.net
Subinterfaces of WriteStream in io.vertx.mutiny.core.netModifier and TypeInterfaceDescriptioninterfaceRepresents a channel interface modelling a duplex flow controlled byte oriented stream.Classes in io.vertx.mutiny.core.net that implement WriteStreamModifier and TypeClassDescriptionclassRepresents a socket-like interface to a TCP connection on either the client or the server side.classA Quic stream.static classMethods in io.vertx.mutiny.core.net with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>NetSocket.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void>QuicStream.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void>StreamChannel.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void>StreamChannel.StreamChannelImpl.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.voidNetSocket.pipeToAndAwait(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.voidQuicStream.pipeToAndAwait(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.voidStreamChannel.StreamChannelImpl.pipeToAndAwait(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.NetSocket.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.QuicStream.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.StreamChannel.StreamChannelImpl.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream. -
Uses of WriteStream in io.vertx.mutiny.core.parsetools
Methods in io.vertx.mutiny.core.parsetools with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>JsonParser.pipeTo(WriteStream<io.vertx.core.parsetools.JsonEvent> arg0) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void>RecordParser.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.voidJsonParser.pipeToAndAwait(WriteStream<io.vertx.core.parsetools.JsonEvent> arg0) Pipe thisReadStreamto theWriteStream.voidRecordParser.pipeToAndAwait(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.JsonParser.pipeToAndForget(WriteStream<io.vertx.core.parsetools.JsonEvent> arg0) Pipe thisReadStreamto theWriteStream.RecordParser.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream. -
Uses of WriteStream in io.vertx.mutiny.core.streams
Classes in io.vertx.mutiny.core.streams that implement WriteStreamMethods in io.vertx.mutiny.core.streams that return WriteStreamModifier and TypeMethodDescriptionWriteStream.drainHandler(Runnable handler) Set a drain handler on the stream.WriteStream.exceptionHandler(Consumer<Throwable> handler) Set an exception handler on the write stream.WriteStream.WriteStreamImpl.exceptionHandler(Consumer<Throwable> handler) Set an exception handler on the write stream.static <T> WriteStream<T>WriteStream.newInstance(io.vertx.core.streams.WriteStream<T> delegate) Creates a new instance of theWriteStream.static <T> WriteStream<T>WriteStream.newInstance(io.vertx.core.streams.WriteStream<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of theWriteStream.WriteStream.setWriteQueueMaxSize(int maxSize) Set the maximum size of the write queue tomaxSize.Methods in io.vertx.mutiny.core.streams with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>ReadStream.pipeTo(WriteStream<T> dst) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void>ReadStream.ReadStreamImpl.pipeTo(WriteStream<T> dst) Pipe thisReadStreamto theWriteStream.voidReadStream.ReadStreamImpl.pipeToAndAwait(WriteStream<T> dst) Pipe thisReadStreamto theWriteStream.ReadStream.ReadStreamImpl.pipeToAndForget(WriteStream<T> dst) Pipe thisReadStreamto theWriteStream.io.smallrye.mutiny.Uni<Void>Pipe.to(WriteStream<T> dst) Start to pipe the elements to the destinationWriteStream.voidPipe.toAndAwait(WriteStream<T> dst) Start to pipe the elements to the destinationWriteStream.Pipe.toAndForget(WriteStream<T> dst) Start to pipe the elements to the destinationWriteStream. -
Uses of WriteStream in io.vertx.mutiny.ext.mongo
Methods in io.vertx.mutiny.ext.mongo with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Long>MongoGridFsClient.downloadByFileName(WriteStream<io.vertx.core.buffer.Buffer> stream, String fileName) Unlike the bare Vert.x variant, this method returns aUni.MongoGridFsClient.downloadByFileNameAndAwait(WriteStream<io.vertx.core.buffer.Buffer> stream, String fileName) Unlike the bare Vert.x variant, this method returns aLong.MongoGridFsClient.downloadByFileNameAndForget(WriteStream<io.vertx.core.buffer.Buffer> stream, String fileName) Unlike the bare Vert.x variant, this method ignores theLongresult or any failure.io.smallrye.mutiny.Uni<Long>MongoGridFsClient.downloadByFileNameWithOptions(WriteStream<io.vertx.core.buffer.Buffer> stream, String fileName, io.vertx.ext.mongo.GridFsDownloadOptions options) Unlike the bare Vert.x variant, this method returns aUni.MongoGridFsClient.downloadByFileNameWithOptionsAndAwait(WriteStream<io.vertx.core.buffer.Buffer> stream, String fileName, io.vertx.ext.mongo.GridFsDownloadOptions options) Unlike the bare Vert.x variant, this method returns aLong.MongoGridFsClient.downloadByFileNameWithOptionsAndForget(WriteStream<io.vertx.core.buffer.Buffer> stream, String fileName, io.vertx.ext.mongo.GridFsDownloadOptions options) Unlike the bare Vert.x variant, this method ignores theLongresult or any failure.io.smallrye.mutiny.Uni<Long>MongoGridFsClient.downloadById(WriteStream<io.vertx.core.buffer.Buffer> stream, String id) Unlike the bare Vert.x variant, this method returns aUni.MongoGridFsClient.downloadByIdAndAwait(WriteStream<io.vertx.core.buffer.Buffer> stream, String id) Unlike the bare Vert.x variant, this method returns aLong.MongoGridFsClient.downloadByIdAndForget(WriteStream<io.vertx.core.buffer.Buffer> stream, String id) Unlike the bare Vert.x variant, this method ignores theLongresult or any failure. -
Uses of WriteStream in io.vertx.mutiny.ext.web.codec
Methods in io.vertx.mutiny.ext.web.codec with parameters of type WriteStreamModifier and TypeMethodDescriptionBodyCodec.pipe(WriteStream<io.vertx.core.buffer.Buffer> stream) A body codec that pipes the body to a write stream.BodyCodec.pipe(WriteStream<io.vertx.core.buffer.Buffer> stream, boolean close) A body codec that pipes the body to a write stream. -
Uses of WriteStream in io.vertx.mutiny.ext.web.handler.sockjs
Classes in io.vertx.mutiny.ext.web.handler.sockjs that implement WriteStreamModifier and TypeClassDescriptionclassYou interact with SockJS clients through instances of SockJS socket.Methods in io.vertx.mutiny.ext.web.handler.sockjs with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>SockJSSocket.pipeTo(WriteStream<io.vertx.core.buffer.Buffer> dst) Pipe thisReadStreamto theWriteStream.voidSockJSSocket.pipeToAndAwait(WriteStream<io.vertx.core.buffer.Buffer> dst) Pipe thisReadStreamto theWriteStream.SockJSSocket.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> dst) Pipe thisReadStreamto theWriteStream. -
Uses of WriteStream in io.vertx.mutiny.kafka.client.consumer
Methods in io.vertx.mutiny.kafka.client.consumer with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>KafkaConsumer.pipeTo(WriteStream<KafkaConsumerRecord<K, V>> dst) Pipe thisReadStreamto theWriteStream.voidKafkaConsumer.pipeToAndAwait(WriteStream<KafkaConsumerRecord<K, V>> dst) Pipe thisReadStreamto theWriteStream.KafkaConsumer.pipeToAndForget(WriteStream<KafkaConsumerRecord<K, V>> dst) Pipe thisReadStreamto theWriteStream. -
Uses of WriteStream in io.vertx.mutiny.kafka.client.producer
Classes in io.vertx.mutiny.kafka.client.producer that implement WriteStream -
Uses of WriteStream in io.vertx.mutiny.pgclient.pubsub
Methods in io.vertx.mutiny.pgclient.pubsub with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>PgChannel.pipeTo(WriteStream<String> dst) Pipe thisReadStreamto theWriteStream.voidPgChannel.pipeToAndAwait(WriteStream<String> dst) Pipe thisReadStreamto theWriteStream.PgChannel.pipeToAndForget(WriteStream<String> dst) Pipe thisReadStreamto theWriteStream. -
Uses of WriteStream in io.vertx.mutiny.rabbitmq
Methods in io.vertx.mutiny.rabbitmq with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>RabbitMQConsumer.pipeTo(WriteStream<RabbitMQMessage> dst) Pipe thisReadStreamto theWriteStream.voidRabbitMQConsumer.pipeToAndAwait(WriteStream<RabbitMQMessage> dst) Pipe thisReadStreamto theWriteStream.RabbitMQConsumer.pipeToAndForget(WriteStream<RabbitMQMessage> dst) Pipe thisReadStreamto theWriteStream. -
Uses of WriteStream in io.vertx.mutiny.redis.client
Methods in io.vertx.mutiny.redis.client with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>RedisConnection.pipeTo(WriteStream<io.vertx.redis.client.Response> dst) Pipe thisReadStreamto theWriteStream.voidRedisConnection.pipeToAndAwait(WriteStream<io.vertx.redis.client.Response> dst) Pipe thisReadStreamto theWriteStream.RedisConnection.pipeToAndForget(WriteStream<io.vertx.redis.client.Response> dst) Pipe thisReadStreamto theWriteStream. -
Uses of WriteStream in io.vertx.mutiny.sqlclient
Methods in io.vertx.mutiny.sqlclient with parameters of type WriteStreamModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>RowStream.pipeTo(WriteStream<T> dst) Pipe thisReadStreamto theWriteStream.voidRowStream.pipeToAndAwait(WriteStream<T> dst) Pipe thisReadStreamto theWriteStream.RowStream.pipeToAndForget(WriteStream<T> dst) Pipe thisReadStreamto theWriteStream.