Package akka.actor
Class ProviderSelection$
- java.lang.Object
-
- akka.actor.ProviderSelection$
-
public class ProviderSelection$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ProviderSelection$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ProviderSelection$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProviderSelection
cluster()
ProviderSelection
local()
ProviderSelection
remote()
-
-
-
Field Detail
-
MODULE$
public static final ProviderSelection$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
local
public ProviderSelection local()
-
remote
public ProviderSelection remote()
-
cluster
public ProviderSelection cluster()
-
-