public class CallingThreadDispatcherQueues$ extends java.lang.Object implements ExtensionId<CallingThreadDispatcherQueues>, ExtensionIdProvider
| Modifier and Type | Field and Description |
|---|---|
static CallingThreadDispatcherQueues$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
CallingThreadDispatcherQueues$() |
| Modifier and Type | Method and Description |
|---|---|
CallingThreadDispatcherQueues |
createExtension(ExtendedActorSystem system)
Is used by Akka to instantiate the Extension identified by this ExtensionId,
internal use only.
|
CallingThreadDispatcherQueues$ |
lookup()
Returns the canonical ExtensionId for this Extension
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, equals, get, hashCodepublic static final CallingThreadDispatcherQueues$ MODULE$
public CallingThreadDispatcherQueues$ lookup()
ExtensionIdProviderlookup in interface ExtensionIdProviderpublic CallingThreadDispatcherQueues createExtension(ExtendedActorSystem system)
ExtensionIdcreateExtension in interface ExtensionId<CallingThreadDispatcherQueues>system - (undocumented)