public static class AxonServerConfiguration.Eventhandling.ProcessorSettings extends Object
Constructor and Description |
---|
ProcessorSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getLoadBalancingStrategy()
Returns the load balancing strategy for this event processor.
|
boolean |
isAutomaticBalancing()
Returns whether automatic load balancing is configured, yes or no.
|
void |
setAutomaticBalancing(boolean automaticBalancing)
Sets the automatic load balancing strategy to the given
automaticBalancing . |
void |
setLoadBalancingStrategy(String loadBalancingStrategy)
Sets the load balancing strategy for this event processor.
|
public String getLoadBalancingStrategy()
"disabled"
.public void setLoadBalancingStrategy(String loadBalancingStrategy)
loadBalancingStrategy
- The load balancing strategy for this event processor.public boolean isAutomaticBalancing()
public void setAutomaticBalancing(boolean automaticBalancing)
automaticBalancing
.automaticBalancing
- The boolean
to set as to whether automatic load balancing is enabled or
disabled.Copyright © 2010–2024. All rights reserved.