C D E H I P R S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- close() - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
-
Close the stream
D
- DEFAULT_BATCH_SIZE - Static variable in interface io.vertx.ext.reactivestreams.ReactiveReadStream
-
Default batch size
- DEFAULT_WRITE_QUEUE_MAX_SIZE - Static variable in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
-
Default write queue max size
- drainHandler(Handler<Void>) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
E
- endHandler(Handler<Void>) - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
- exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
H
- handler(Handler<T>) - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
I
- io.vertx.ext.reactivestreams - package io.vertx.ext.reactivestreams
-
= Vert.x Reactive Streams Integration link:http://www.reactive-streams.org/[Reactive Streams] is an initiative to provide a standard for asynchronous stream processing with non-blocking back pressure on the JVM.
- io.vertx.reactivestreams - module io.vertx.reactivestreams
P
- pause() - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
R
- ReactiveReadStream<T> - Interface in io.vertx.ext.reactivestreams
-
A Vert.x read stream that also implements reactive streams subscriber interface.
- ReactiveWriteStream<T> - Interface in io.vertx.ext.reactivestreams
-
A Vert.x write stream that also implements reactive streams publisher interface.
- readStream() - Static method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
-
Create a reactive read stream
- readStream(long) - Static method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
-
Create a reactive read stream specifying batch size
- resume() - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
S
- setWriteQueueMaxSize(int) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
W
- write(T) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
- writeStream(Vertx) - Static method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
-
Create a reactive write stream
All Classes All Packages