| Package | Description |
|---|---|
| reactor.aeron |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAeronOutbound |
| Modifier and Type | Method and Description |
|---|---|
AeronOutbound |
Connection.outbound()
Return the
AeronOutbound write API from this connection. |
AeronOutbound |
DefaultAeronOutbound.send(org.reactivestreams.Publisher<? extends ByteBuffer> dataStream) |
AeronOutbound |
AeronOutbound.send(org.reactivestreams.Publisher<? extends ByteBuffer> dataStream)
Send data to the peer, listen for any error on write and close on terminal signal
(complete|error).
|
default AeronOutbound |
AeronOutbound.then(org.reactivestreams.Publisher<Void> other)
Append a
Publisher task such as a Mono and return a new AeronOutbound to
sequence further send. |
Copyright © 2015–2018. All rights reserved.