| Package | Description |
|---|---|
| reactor.aeron | |
| reactor.aeron.client | |
| reactor.aeron.server |
| Modifier and Type | Method and Description |
|---|---|
static AeronResources |
AeronResources.start()
Starts aeron resources with default config.
|
static AeronResources |
AeronResources.start(AeronResourcesConfig config)
Starts aeron resources with given config.
|
| Constructor and Description |
|---|
DefaultAeronOutbound(String category,
String channel,
AeronResources resources,
AeronOptions options)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AeronResources |
AeronClientSettings.aeronResources() |
| Modifier and Type | Method and Description |
|---|---|
AeronClientSettings.Builder |
AeronClientSettings.Builder.aeronResources(AeronResources aeronResources) |
static AeronClient |
AeronClient.create(AeronResources aeronResources)
Create aeron client.
|
static AeronClient |
AeronClient.create(String name,
AeronResources aeronResources)
Create aeron client.
|
| Modifier and Type | Method and Description |
|---|---|
AeronResources |
AeronServerSettings.aeronResources() |
| Modifier and Type | Method and Description |
|---|---|
AeronServerSettings.Builder |
AeronServerSettings.Builder.aeronResources(AeronResources aeronResources) |
static AeronServer |
AeronServer.create(AeronResources aeronResources)
Create aeron server.
|
static AeronServer |
AeronServer.create(String name,
AeronResources aeronResources)
Create aeron server.
|
Copyright © 2015–2018. All rights reserved.