C# Class Akka.Cluster.ClusterScope

This class represents a binding of an actor deployment to a cluster-aware system.
Inheritance: Akka.Actor.Scope
Mostra file Open project: rogeralsing/akka.net

Public Properties

Property Type Description
Instance ClusterScope

Public Methods

Method Description
Copy ( ) : Akka.Actor.Scope

Creates a copy of the current instance. This method returns the singleton instance of this scope.

WithFallback ( Akka.Actor.Scope other ) : Akka.Actor.Scope

Creates a new Akka.Actor.Scope from this scope using another Akka.Actor.Scope to backfill options that might be missing from this scope. This method ignores the given scope and returns the singleton instance of this scope.

Private Methods

Method Description
ClusterScope ( ) : System

Method Details

Copy() public method

Creates a copy of the current instance. This method returns the singleton instance of this scope.
public Copy ( ) : Akka.Actor.Scope
return Akka.Actor.Scope

WithFallback() public method

Creates a new Akka.Actor.Scope from this scope using another Akka.Actor.Scope to backfill options that might be missing from this scope. This method ignores the given scope and returns the singleton instance of this scope.
public WithFallback ( Akka.Actor.Scope other ) : Akka.Actor.Scope
other Akka.Actor.Scope The used for fallback configuration.
return Akka.Actor.Scope

Property Details

Instance public_oe static_oe property

The singleton instance of this scope.
public static ClusterScope,Akka.Cluster Instance
return ClusterScope