Property | Type | Description | |
---|---|---|---|
Deployments | ImmutableList |
Method | Description | |
---|---|---|
DebugConfig ( bool on ) : |
Include for verbose debug logging
|
|
DeployOn ( RoleName role, string deployment ) : void | ||
DeployOnAll ( string deployment ) : void | ||
NodeConfig ( IEnumerable |
Register a config override for a specific participant.
|
|
Role ( string name ) : RoleName |
Method | Description | |
---|---|---|
MultiNodeConfig ( ) : System |
Method | Description | |
---|---|---|
Deployments ( RoleName node ) : ImmutableList |
public DebugConfig ( bool on ) : |
||
on | bool | when `true` debug Config is returned, otherwise config with info logging |
return |
public DeployOn ( RoleName role, string deployment ) : void | ||
role | RoleName | |
deployment | string | |
return | void |
public DeployOnAll ( string deployment ) : void | ||
deployment | string | |
return | void |
public NodeConfig ( IEnumerable |
||
roles | IEnumerable |
|
configs | IEnumerable |
|
return | void |