| Modifier and Type | Method and Description |
|---|---|
AeronOptions |
AeronOptions.adminActionTimeout(Duration adminActionTimeout) |
AeronOptions |
AeronOptions.backpressureTimeout(Duration backpressureTimeout) |
AeronOptions |
AeronOptions.connectTimeout(Duration connectTimeout) |
AeronOptions |
AeronOptions.handler(Function<? super AeronConnection,? extends org.reactivestreams.Publisher<Void>> handler) |
AeronOptions |
AeronOptions.inboundUri(AeronChannelUri inboundUri) |
AeronOptions |
AeronOptions.outboundUri(AeronChannelUri outboundUri) |
AeronOptions |
AeronOptions.resources(AeronResources resources) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<? extends OnDisposable> |
AeronServer.bind(UnaryOperator<AeronOptions> op)
Binds
AeronServer with options. |
reactor.core.publisher.Mono<? extends AeronConnection> |
AeronClient.connect(UnaryOperator<AeronOptions> op)
Connects
AeronClient with options. |
AeronClient |
AeronClient.options(UnaryOperator<AeronOptions> op)
Setting up
AeronClient options. |
AeronServer |
AeronServer.options(UnaryOperator<AeronOptions> op)
Setting up
AeronServer options. |
| Constructor and Description |
|---|
AeronOptions(AeronOptions other)
Copy constructor.
|
Copyright © 2015–2019. All rights reserved.