Class PhobosProviderSelection
Used in combination with BootstrapSetup to enable Phobos programmatically.
Inheritance
System.Object
PhobosProviderSelection
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phobos.Actor.Configuration
Assembly: Phobos.Actor.dll
Syntax
public static class PhobosProviderSelection
Fields
Cluster
Used to configure Phobos to run with Akka.Cluster. akka.actor.provider = cluster, but with Phobos instrumentation.
Declaration
public static readonly ProviderSelection Cluster
Field Value
Type | Description |
---|---|
ProviderSelection |
Local
Used to configure Phobos to run locally. akka.actor.provider = local, but with Phobos instrumentation.
Declaration
public static readonly ProviderSelection Local
Field Value
Type | Description |
---|---|
ProviderSelection |
Remote
Used to configure Phobos to run with Akka.Remote. akka.actor.provider = remote, but with Phobos instrumentation.
Declaration
public static readonly ProviderSelection Remote
Field Value
Type | Description |
---|---|
ProviderSelection |