Enum AkkaRunMode
Used to determine the akka.actor.provider you are going to use alongside Phobos.
Namespace: Phobos.Hosting
Assembly: Phobos.Hosting.dll
Syntax
public enum AkkaRunMode
Fields
| Name | Description |
|---|---|
| AkkaCluster | Used with Akka.Cluster. |
| AkkaRemote | Used with Akka.Remote |
| Local | Used when running with neither Akka.Remote or Akka.Cluster. |