Class ProviderSelection.Custom
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public sealed class ProviderSelection.Custom : ProviderSelection
Constructors
| Edit this page View SourceCustom(string, string, bool)
Declaration
public Custom(string fqn, string identifier = null, bool hasCluster = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fqn | |
| string | identifier | |
| bool | hasCluster |
Edit this page