| Modifier and Type | Method and Description |
|---|---|
default AeronConnection |
AeronConnection.onDispose(reactor.core.Disposable onDispose)
Assign a
Disposable to be invoked when the channel is closed. |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<? extends AeronConnection> |
AeronClient.connect()
Connects
AeronClient. |
reactor.core.publisher.Mono<? extends AeronConnection> |
AeronClient.connect(UnaryOperator<AeronOptions> op)
Connects
AeronClient with options. |
Function<? super AeronConnection,? extends org.reactivestreams.Publisher<Void>> |
AeronOptions.handler() |
| Modifier and Type | Method and Description |
|---|---|
AeronClient |
AeronClient.handle(Function<? super AeronConnection,? extends org.reactivestreams.Publisher<Void>> handler)
Attach IO handler to react on connected client.
|
AeronServer |
AeronServer.handle(Function<? super AeronConnection,? extends org.reactivestreams.Publisher<Void>> handler)
Attach IO handler to react on connected client.
|
AeronOptions |
AeronOptions.handler(Function<? super AeronConnection,? extends org.reactivestreams.Publisher<Void>> handler) |
Copyright © 2015–2019. All rights reserved.