Package org.apache.pekko.actor.typed
Class Dispatchers
java.lang.Object
org.apache.pekko.actor.typed.Dispatchers
An
ActorSystem looks up all its thread pools via a Dispatchers instance.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final StringThe id of the default dispatcher, also the full key of the configuration of the default dispatcher.static final StringINTERNAL APIabstract scala.concurrent.ExecutionContextExecutorlookup(DispatcherSelector selector) abstract voidshutdown()
-
Constructor Details
-
Dispatchers
public Dispatchers()
-
-
Method Details
-
DefaultDispatcherId
The id of the default dispatcher, also the full key of the configuration of the default dispatcher. -
InternalDispatcherId
INTERNAL API -
lookup
-
shutdown
public abstract void shutdown()
-