C# Class Akka.Cluster.Tests.ClusterSpec

Inheritance: AkkaSpec
显示文件 Open project: rogeralsing/akka.net

Public Methods

Method Description
ClusterSpec ( ) : System
LeaderActions ( ) : void

Private Methods

Method Description
A_cluster_must_be_allowed_to_join_and_leave_with_local_address ( ) : void
A_cluster_must_initially_become_singleton_cluster_when_joining_itself_and_reach_convergence ( ) : void
A_cluster_must_publish_initial_state_as_events_to_subscribers ( ) : void
A_cluster_must_publish_initial_state_as_snapshot_to_subscribers ( ) : void
A_cluster_must_publish_member_removed_when_shutdown ( ) : void
A_cluster_must_send_current_cluster_state_to_one_receiver_when_requested ( ) : void
A_cluster_must_use_the_address_of_the_remote_transport ( ) : void

Method Details

ClusterSpec() public method

public ClusterSpec ( ) : System
return System

LeaderActions() public method

public LeaderActions ( ) : void
return void