public class AxonDBConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AxonDBConfiguration.Builder |
| Constructor and Description |
|---|
AxonDBConfiguration() |
AxonDBConfiguration(EventCipher eventCipher) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertFile() |
long |
getConnectionRetry() |
int |
getConnectionRetryCount() |
String |
getContext() |
EventCipher |
getEventCipher() |
Integer |
getInitialNrOfPermits() |
Integer |
getNewPermitsThreshold() |
Integer |
getNrOfNewPermits() |
List<NodeInfo> |
getServerNodes() |
String |
getToken() |
boolean |
isSslEnabled() |
static AxonDBConfiguration.Builder |
newBuilder(String servers) |
public AxonDBConfiguration()
public AxonDBConfiguration(EventCipher eventCipher)
public static AxonDBConfiguration.Builder newBuilder(String servers)
public long getConnectionRetry()
public int getConnectionRetryCount()
public String getToken()
public Integer getInitialNrOfPermits()
public Integer getNrOfNewPermits()
public Integer getNewPermitsThreshold()
public String getCertFile()
public EventCipher getEventCipher()
public boolean isSslEnabled()
public String getContext()
Copyright © 2017–2018. All rights reserved.