| Modifier and Type | Method and Description |
|---|---|
static AeronClient |
AeronClient.create(AeronResources resources)
Creates
AeronClient. |
AeronClient |
AeronClient.handle(Function<? super AeronConnection,? extends org.reactivestreams.Publisher<Void>> handler)
Attach IO handler to react on connected client.
|
AeronClient |
AeronClient.options(String address,
int port,
int controlPort)
Shortcut client settings.
|
AeronClient |
AeronClient.options(UnaryOperator<AeronOptions> op)
Setting up
AeronClient options. |
Copyright © 2015–2019. All rights reserved.