| Package | Description |
|---|---|
| reactor.aeron.client |
| Modifier and Type | Method and Description |
|---|---|
static AeronClient |
AeronClient.create(AeronResources aeronResources)
Create aeron client.
|
static AeronClient |
AeronClient.create(String name,
AeronResources aeronResources)
Create aeron client.
|
AeronClient |
AeronClient.handle(Function<? super Connection,? extends org.reactivestreams.Publisher<Void>> handler)
Attach an IO handler to react on connected client.
|
AeronClient |
AeronClient.options(Consumer<AeronOptions.Builder> options)
Apply
AeronOptions on the given options consumer. |
Copyright © 2015–2018. All rights reserved.