Package akka.dispatch
Class Dispatchers$
- java.lang.Object
-
- akka.dispatch.Dispatchers$
-
public class Dispatchers$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Dispatchers$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Dispatchers$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
DefaultBlockingDispatcherId()
The id of a default dispatcher to use for operations known to be blocking.java.lang.String
DefaultDispatcherId()
The id of the default dispatcher, also the full key of the configuration of the default dispatcher.com.typesafe.config.Config
getConfig(com.typesafe.config.Config config, java.lang.String id, int depth)
INTERNAL APIint
getConfig$default$3()
java.lang.String
InternalDispatcherId()
INTERNAL API
-
-
-
Field Detail
-
MODULE$
public static final Dispatchers$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
DefaultDispatcherId
public final java.lang.String DefaultDispatcherId()
The id of the default dispatcher, also the full key of the configuration of the default dispatcher.
-
DefaultBlockingDispatcherId
public final java.lang.String DefaultBlockingDispatcherId()
The id of a default dispatcher to use for operations known to be blocking. Note that for optimal performance you will want to isolate different blocking resources on different thread pools.
-
InternalDispatcherId
public final java.lang.String InternalDispatcherId()
INTERNAL API
-
getConfig
public com.typesafe.config.Config getConfig(com.typesafe.config.Config config, java.lang.String id, int depth)
INTERNAL APIGet (possibly aliased) dispatcher config. Returns empty config if not found.
-
getConfig$default$3
public int getConfig$default$3()
-
-