Class ClusterScope
This class represents a binding of an actor deployment to a cluster-aware system.
Implements
Inherited Members
Namespace: Akka.Cluster
Assembly: Akka.Cluster.dll
Syntax
public class ClusterScope : Scope, IEquatable<Scope>
Fields
| Improve this Doc View SourceInstance
The singleton instance of this scope.
Declaration
public static readonly ClusterScope Instance
Field Value
Type | Description |
---|---|
ClusterScope |
Methods
| Improve this Doc View SourceCopy()
Creates a copy of the current instance.
note
This method returns the singleton instance of this scope.
Declaration
public override Scope Copy()
Returns
Type | Description |
---|---|
Scope | The singleton instance of this scope |
Overrides
| Improve this Doc View SourceWithFallback(Scope)
Creates a new Scope from this scope using another Scope to backfill options that might be missing from this scope.
note
This method ignores the given scope and returns the singleton instance of this scope.
Declaration
public override Scope WithFallback(Scope other)
Parameters
Type | Name | Description |
---|---|---|
Scope | other | The Scope used for fallback configuration. |
Returns
Type | Description |
---|---|
Scope | The singleton instance of this scope |