 | Cluster Constructor |
Initializes a new instance of the
Cluster class.
Namespace:
Akka.Cluster
Assembly:
Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxpublic Cluster(
ActorSystemImpl system
)
new :
system : ActorSystemImpl -> ClusterParameters
- system
- Type: Akka.Actor.InternalActorSystemImpl
The actor system that hosts the cluster.
Exceptions| Exception | Condition |
|---|
| ConfigurationException |
This exception is thrown if the system does not have a ClusterActorRefProvider enabled in the configuration.
|
See Also