Class VertxStream
java.lang.Object
net.bluemind.core.rest.vertx.VertxStream
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic Streamstatic <T> io.vertx.core.streams.ReadStream<T> After using this method, you need to setup handlers for the stream, then resume() the stream to start processing datastatic CompletableFuture<Void> static Streamstream(io.vertx.core.buffer.Buffer body) static Streamstatic Streamstatic Streamstream(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream) static Streamstream(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream, io.vertx.core.Handler<Void> hook) static Streamstatic Streamstream(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream, String mime, String charset) static Streamstream(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream, String mime, String charset, String fileName)
-
Method Details
-
stream
-
stream
-
stream
-
stream
-
stream
-
read
After using this method, you need to setup handlers for the stream, then resume() the stream to start processing data- Type Parameters:
T-- Parameters:
stream- Bluemind wrapper object Stream- Returns:
- a Vert.x ReadStream
-
sink
-
localPath
-
stream
-
stream
-
stream
-