Package org.apache.pekko.testkit
Class CallingThreadDispatcherQueues$
java.lang.Object
org.apache.pekko.testkit.CallingThreadDispatcherQueues$
- All Implemented Interfaces:
ExtensionId<org.apache.pekko.testkit.CallingThreadDispatcherQueues>,ExtensionIdProvider
public class CallingThreadDispatcherQueues$
extends Object
implements ExtensionId<org.apache.pekko.testkit.CallingThreadDispatcherQueues>, ExtensionIdProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CallingThreadDispatcherQueues$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.testkit.CallingThreadDispatcherQueuescreateExtension(ExtendedActorSystem system) Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.lookup()Returns the canonical ExtensionId for this Extension
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CallingThreadDispatcherQueues$
public CallingThreadDispatcherQueues$()
-
-
Method Details
-
lookup
Description copied from interface:ExtensionIdProviderReturns the canonical ExtensionId for this Extension- Specified by:
lookupin interfaceExtensionIdProvider
-
createExtension
public org.apache.pekko.testkit.CallingThreadDispatcherQueues createExtension(ExtendedActorSystem system) Description copied from interface:ExtensionIdIs used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.- Specified by:
createExtensionin interfaceExtensionId<org.apache.pekko.testkit.CallingThreadDispatcherQueues>
-