C# 클래스 Akka.Cluster.Tools.Tests.MultiNode.ClusterClient.ClusterClientSpec

상속: MultiNodeClusterSpec
파일 보기 프로젝트 열기: rogeralsing/akka.net

Private Properties

프로퍼티 타입 설명
AwaitCount void
CreateReceptionist void
GetRoleName RoleName
Join void

공개 메소드들

메소드 설명
ClusterClient_should_communicate_to_any_node_in_cluster ( ) : void
ClusterClient_should_demonstrate_usage ( ) : void
ClusterClient_should_reestablish_connection_to_another_receptionist_when_server_is_shutdown ( ) : void
ClusterClient_should_reestablish_connection_to_receptionist_after_partition ( ) : void
ClusterClient_should_startup_cluster ( ) : void

보호된 메소드들

메소드 설명
ClusterClientSpec ( ) : System
ClusterClientSpec ( ClusterClientSpecConfig config ) : System

비공개 메소드들

메소드 설명
AwaitCount ( int expected ) : void
CreateReceptionist ( ) : void
GetRoleName ( Akka.Actor.Address address ) : RoleName
Join ( RoleName from, RoleName to ) : void

메소드 상세

ClusterClientSpec() 보호된 메소드

protected ClusterClientSpec ( ) : System
리턴 System

ClusterClientSpec() 보호된 메소드

protected ClusterClientSpec ( ClusterClientSpecConfig config ) : System
config ClusterClientSpecConfig
리턴 System

ClusterClient_should_communicate_to_any_node_in_cluster() 공개 메소드

ClusterClient_should_demonstrate_usage() 공개 메소드

public ClusterClient_should_demonstrate_usage ( ) : void
리턴 void

ClusterClient_should_reestablish_connection_to_another_receptionist_when_server_is_shutdown() 공개 메소드

ClusterClient_should_reestablish_connection_to_receptionist_after_partition() 공개 메소드

ClusterClient_should_startup_cluster() 공개 메소드

public ClusterClient_should_startup_cluster ( ) : void
리턴 void