C# Class Akka.Cluster.Tools.Tests.Singleton.ClusterSingletonManagerLeaveSpec

Inheritance: MultiNodeClusterSpec
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
Leaving_ClusterSingletonManager_should_handover_to_new_instance ( ) : void

Protected Methods

Method Description
ClusterSingletonManagerLeaveSpec ( ) : System
ClusterSingletonManagerLeaveSpec ( ClusterSingletonManagerLeaveSpecConfig config ) : System

Private Methods

Method Description
CreateSingleton ( ) : IActorRef
Join ( RoleName from, RoleName to ) : void

Method Details

ClusterSingletonManagerLeaveSpec() protected method

protected ClusterSingletonManagerLeaveSpec ( ) : System
return System

ClusterSingletonManagerLeaveSpec() protected method

protected ClusterSingletonManagerLeaveSpec ( ClusterSingletonManagerLeaveSpecConfig config ) : System
config ClusterSingletonManagerLeaveSpecConfig
return System

Leaving_ClusterSingletonManager_should_handover_to_new_instance() public method