akka.dispatch
Class Dispatchers$

java.lang.Object
  extended by akka.dispatch.Dispatchers$

public class Dispatchers$
extends java.lang.Object


Field Summary
static Dispatchers$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Dispatchers$()
           
 
Method Summary
 java.lang.String DefaultDispatcherId()
          The id of the default dispatcher, also the full key of the configuration of the default dispatcher.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final Dispatchers$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Dispatchers$

public Dispatchers$()
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.

Returns:
(undocumented)