| Modifier and Type | Interface and Description |
|---|---|
interface |
AeronConnection
Aeron connection interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AeronResources |
| Modifier and Type | Method and Description |
|---|---|
default OnDisposable |
OnDisposable.onDispose(reactor.core.Disposable onDispose)
Assign a
Disposable to be invoked when the connection is closed. |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<? extends OnDisposable> |
AeronServer.bind()
Binds
AeronServer. |
reactor.core.publisher.Mono<? extends OnDisposable> |
AeronServer.bind(UnaryOperator<AeronOptions> op)
Binds
AeronServer with options. |
| Constructor and Description |
|---|
ConnectionDisposer(OnDisposable onDisposable) |
Copyright © 2015–2019. All rights reserved.