C# Class Akka.Cluster.Tests.MultiNode.ClusterDeathWatchSpec

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

Public Methods

Method Description
An_actor_watching_a_remote_actor_in_the_cluster_must_be_able_to_shutdown_system_when_using_remote_deployed_actor_on_node_that_crashed ( ) : void
An_actor_watching_a_remote_actor_in_the_cluster_must_be_able_to_watch_actor_before_node_joins_cluster_and_cluster_remote_watcher_takes_over_from_remote_watcher ( ) : void
An_actor_watching_a_remote_actor_in_the_cluster_must_receive_terminated_when_watched_node_becomes_down_removed ( ) : void

Protected Methods

Method Description
AtStartup ( ) : void
ClusterDeathWatchSpec ( ) : System

Private Methods

Method Description
ClusterDeathWatchSpec ( ClusterDeathWatchSpecConfig config ) : System
ClusterDeathWatchSpecTests ( ) : void

Method Details

An_actor_watching_a_remote_actor_in_the_cluster_must_be_able_to_shutdown_system_when_using_remote_deployed_actor_on_node_that_crashed() public method

An_actor_watching_a_remote_actor_in_the_cluster_must_be_able_to_watch_actor_before_node_joins_cluster_and_cluster_remote_watcher_takes_over_from_remote_watcher() public method

An_actor_watching_a_remote_actor_in_the_cluster_must_receive_terminated_when_watched_node_becomes_down_removed() public method

AtStartup() protected method

protected AtStartup ( ) : void
return void

ClusterDeathWatchSpec() protected method

protected ClusterDeathWatchSpec ( ) : System
return System