@ConfigurationProperties(prefix="orbit.actors") public class OrbitActorsProperties extends Object
| Constructor and Description |
|---|
OrbitActorsProperties() |
public String getClusterName()
public void setClusterName(String clusterName)
public String getNodeName()
public void setNodeName(String nodeName)
public cloud.orbit.actors.Stage.StageMode getStageMode()
public void setStageMode(cloud.orbit.actors.Stage.StageMode stageMode)
public Long getMessagingTimeoutInMilliseconds()
public void setMessagingTimeoutInMilliseconds(Long timeout)
public Long getTimeToLiveInSeconds()
public void setTimeToLiveInSeconds(Long ttl)
public Integer getConcurrentDeactivations()
public void setConcurrentDeactivations(Integer concurrentDeactivations)
public Long getDeactivationTimeoutInMilliseconds()
public void setDeactivationTimeoutInMilliseconds(Long deactivationTimeoutInMilliseconds)
public Integer getExecutionPoolSize()
public void setExecutionPoolSize(Integer executionPoolSize)
public Long getLocalAddressCacheTTLInMilliseconds()
public void setLocalAddressCacheTTLInMilliseconds(Long localAddressCacheTTLInMilliseconds)
public Integer getLocalAddressCacheMaximumSize()
public void setLocalAddressCacheMaximumSize(Integer localAddressCacheMaximumSize)
Copyright © 2017 Electronic Arts Inc. All rights reserved.