C# 클래스 Akka.Remote.TestKit.MultiNodeConfig

Configure the role names and participants of the test, including configuration settings
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Deployments ImmutableList

공개 메소드들

메소드 설명
DebugConfig ( bool on ) : Config

Include for verbose debug logging

DeployOn ( RoleName role, string deployment ) : void
DeployOnAll ( string deployment ) : void
NodeConfig ( IEnumerable roles, IEnumerable configs ) : void

Register a config override for a specific participant.

Role ( string name ) : RoleName

보호된 메소드들

메소드 설명
MultiNodeConfig ( ) : System

비공개 메소드들

메소드 설명
Deployments ( RoleName node ) : ImmutableList

메소드 상세

DebugConfig() 공개 메소드

Include for verbose debug logging
public DebugConfig ( bool on ) : Config
on bool when `true` debug Config is returned, otherwise config with info logging
리턴 Akka.Configuration.Config

DeployOn() 공개 메소드

public DeployOn ( RoleName role, string deployment ) : void
role RoleName
deployment string
리턴 void

DeployOnAll() 공개 메소드

public DeployOnAll ( string deployment ) : void
deployment string
리턴 void

MultiNodeConfig() 보호된 메소드

protected MultiNodeConfig ( ) : System
리턴 System

NodeConfig() 공개 메소드

Register a config override for a specific participant.
public NodeConfig ( IEnumerable roles, IEnumerable configs ) : void
roles IEnumerable
configs IEnumerable
리턴 void

Role() 공개 메소드

public Role ( string name ) : RoleName
name string
리턴 RoleName