C# Class Akka.Remote.TestKit.MultiNodeConfig

Configure the role names and participants of the test, including configuration settings
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Private Properties

Свойство Type Description
Deployments ImmutableList

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
MultiNodeConfig ( ) : System

Private Methods

Méthode Description
Deployments ( RoleName node ) : ImmutableList

Method Details

DebugConfig() public méthode

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

DeployOn() public méthode

public DeployOn ( RoleName role, string deployment ) : void
role RoleName
deployment string
Résultat void

DeployOnAll() public méthode

public DeployOnAll ( string deployment ) : void
deployment string
Résultat void

MultiNodeConfig() protected méthode

protected MultiNodeConfig ( ) : System
Résultat System

NodeConfig() public méthode

Register a config override for a specific participant.
public NodeConfig ( IEnumerable roles, IEnumerable configs ) : void
roles IEnumerable
configs IEnumerable
Résultat void

Role() public méthode

public Role ( string name ) : RoleName
name string
Résultat RoleName