| Package | Description |
|---|---|
| reactor.aeron | |
| reactor.aeron.client | |
| reactor.aeron.server |
| Modifier and Type | Method and Description |
|---|---|
AeronOptions |
AeronOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<MessagePublication> |
AeronResources.messagePublication(String category,
String channel,
int streamId,
AeronOptions options,
AeronEventLoop eventLoop)
Adds and registers new message publication.
|
| Constructor and Description |
|---|
DefaultAeronOutbound(String category,
String channel,
AeronResources resources,
AeronOptions options)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AeronOptions |
AeronClientSettings.options() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<? extends Connection> |
AeronClient.connect(AeronOptions options) |
AeronClientSettings |
AeronClientSettings.options(AeronOptions options) |
AeronClientSettings.Builder |
AeronClientSettings.Builder.options(AeronOptions options) |
| Modifier and Type | Method and Description |
|---|---|
AeronOptions |
AeronServerSettings.options() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<? extends OnDisposable> |
AeronServer.bind(AeronOptions options)
Binds server with given options.
|
AeronServerSettings |
AeronServerSettings.options(AeronOptions options) |
AeronServerSettings.Builder |
AeronServerSettings.Builder.options(AeronOptions options) |
Copyright © 2015–2018. All rights reserved.