@ConfigurationProperties(prefix="axon.axonserver") public class AxonServerConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AxonServerConfiguration.Builder |
Constructor and Description |
---|
AxonServerConfiguration() |
public String getServers()
public String getClientId()
public void setClientId(String clientId)
public String getComponentName()
public void setComponentName(String componentName)
public void setServers(String routingServers)
public String getToken()
public void setToken(String token)
public String getCertFile()
public void setCertFile(String certFile)
public boolean isSslEnabled()
public void setSslEnabled(boolean sslEnabled)
public Integer getInitialNrOfPermits()
public void setInitialNrOfPermits(Integer initialNrOfPermits)
public Integer getNrOfNewPermits()
public void setNrOfNewPermits(Integer nrOfNewPermits)
public Integer getNewPermitsThreshold()
public void setNewPermitsThreshold(Integer newPermitsThreshold)
public String getContext()
public void setContext(String context)
public EventCipher getEventCipher()
public Integer getCommandThreads()
public void setCommandThreads(Integer commandThreads)
public int getQueryThreads()
public void setQueryThreads(int queryThreads)
public int getProcessorsNotificationRate()
public void setProcessorsNotificationRate(int processorsNotificationRate)
public int getProcessorsNotificationInitialDelay()
public void setProcessorsNotificationInitialDelay(int processorsNotificationInitialDelay)
public long getKeepAliveTimeout()
public void setKeepAliveTimeout(long keepAliveTimeout)
public void setCommandThreads(int commandThreads)
public long getKeepAliveTime()
public void setKeepAliveTime(long keepAliveTime)
public void setSuppressDownloadMessage(boolean suppressDownloadMessage)
public boolean getSuppressDownloadMessage()
public int getMaxMessageSize()
public void setMaxMessageSize(int maxMessageSize)
public int getSnapshotPrefetch()
public void setSnapshotPrefetch(int snapshotPrefetch)
public static AxonServerConfiguration.Builder builder()
Copyright © 2010–2018. All rights reserved.