Class ClusterRouterSettingsBase
Base class for defining ClusterRouterGroupSettings and ClusterRouterPoolSettings
Inherited Members
Namespace: Akka.Cluster.Routing
Assembly: Akka.Cluster.dll
Syntax
public abstract class ClusterRouterSettingsBase
Constructors
| Edit this page View SourceClusterRouterSettingsBase(int, bool, string)
Initializes a new instance of the ClusterRouterSettingsBase class.
Declaration
protected ClusterRouterSettingsBase(int totalInstances, bool allowLocalRoutees, string useRole)
Parameters
| Type | Name | Description |
|---|---|---|
| int | totalInstances | TBD |
| bool | allowLocalRoutees | TBD |
| string | useRole | TBD |
Exceptions
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | This exception is thrown when the specified |
Properties
| Edit this page View SourceAllowLocalRoutees
TBD
Declaration
public bool AllowLocalRoutees { get; }
Property Value
| Type | Description |
|---|---|
| bool |
TotalInstances
TBD
Declaration
public int TotalInstances { get; }
Property Value
| Type | Description |
|---|---|
| int |
UseRole
TBD
Declaration
public string UseRole { get; }
Property Value
| Type | Description |
|---|---|
| string |
Edit this page