JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
H
I
P
R
S
W
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
end(Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.reactivestreams.
ReactiveWriteStream
Calls
close()
.
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.
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
write(T, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.reactivestreams.
ReactiveWriteStream
writeStream(Vertx)
- Static method in interface io.vertx.ext.reactivestreams.
ReactiveWriteStream
Create a reactive write stream
C
D
E
H
I
P
R
S
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2023 Eclipse. All rights reserved.