C# Class Akka.Remote.Tests.MultiNode.Router.RemoteRoundRobinSpec

Inheritance: Akka.Remote.TestKit.MultiNodeSpec
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
A_remote_round_robin_group_must_send_messages_with_actor_selection_to_remote_paths ( ) : void
A_remote_round_robin_must_be_locally_instantiated_on_a_remote_node_and_be_able_to_communicate_through_its_remote_actor_ref ( ) : void
A_remote_round_robin_pool_with_resizer_must_be_locally_instantiated_on_a_remote_node_after_several_resize_rounds ( ) : void
RemoteRoundRobinSpecs ( ) : void

Protected Methods

Method Description
RemoteRoundRobinSpec ( ) : System
RemoteRoundRobinSpec ( RoundRobinMultiNodeConfig config ) : System

Method Details

A_remote_round_robin_group_must_send_messages_with_actor_selection_to_remote_paths() public method

A_remote_round_robin_must_be_locally_instantiated_on_a_remote_node_and_be_able_to_communicate_through_its_remote_actor_ref() public method

A_remote_round_robin_pool_with_resizer_must_be_locally_instantiated_on_a_remote_node_after_several_resize_rounds() public method

RemoteRoundRobinSpec() protected method

protected RemoteRoundRobinSpec ( ) : System
return System

RemoteRoundRobinSpec() protected method

protected RemoteRoundRobinSpec ( RoundRobinMultiNodeConfig config ) : System
config RoundRobinMultiNodeConfig
return System

RemoteRoundRobinSpecs() public method

public RemoteRoundRobinSpecs ( ) : void
return void