Package akka.testkit
Class CallingThreadDispatcherQueues$
- java.lang.Object
 - 
- akka.testkit.CallingThreadDispatcherQueues$
 
 
- 
- All Implemented Interfaces:
 ExtensionId<akka.testkit.CallingThreadDispatcherQueues>,ExtensionIdProvider
public class CallingThreadDispatcherQueues$ extends java.lang.Object implements ExtensionId<akka.testkit.CallingThreadDispatcherQueues>, ExtensionIdProvider
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static CallingThreadDispatcherQueues$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description CallingThreadDispatcherQueues$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.testkit.CallingThreadDispatcherQueuescreateExtension(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 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final CallingThreadDispatcherQueues$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
lookup
public CallingThreadDispatcherQueues$ lookup()
Description copied from interface:ExtensionIdProviderReturns the canonical ExtensionId for this Extension- Specified by:
 lookupin interfaceExtensionIdProvider
 
- 
createExtension
public akka.testkit.CallingThreadDispatcherQueues createExtension(ExtendedActorSystem system)
Description copied from interface:ExtensionIdIs used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.- Specified by:
 createExtensionin interfaceExtensionId<akka.testkit.CallingThreadDispatcherQueues>
 
 - 
 
 -