public class AeronServerSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AeronServerSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
AeronResources |
aeronResources() |
static AeronServerSettings.Builder |
builder() |
Function<? super Connection,? extends org.reactivestreams.Publisher<Void>> |
handler() |
AeronServerSettings |
handler(Function<? super Connection,? extends org.reactivestreams.Publisher<Void>> handler) |
String |
name() |
AeronOptions |
options() |
AeronServerSettings |
options(AeronOptions options) |
AeronServerSettings |
options(Consumer<AeronOptions.Builder> consumer) |
public static AeronServerSettings.Builder builder()
public String name()
public AeronResources aeronResources()
public AeronOptions options()
public AeronServerSettings options(Consumer<AeronOptions.Builder> consumer)
public AeronServerSettings options(AeronOptions options)
public Function<? super Connection,? extends org.reactivestreams.Publisher<Void>> handler()
public AeronServerSettings handler(Function<? super Connection,? extends org.reactivestreams.Publisher<Void>> handler)
Copyright © 2015–2018. All rights reserved.