| Modifier and Type | Method and Description |
|---|---|
AeronOutbound |
AeronConnection.outbound()
Return the
AeronOutbound write API from this connection. |
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).
|
AeronOutbound |
AeronOutbound.sendString(org.reactivestreams.Publisher<String> 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–2019. All rights reserved.