Package akka.actor.typed
Class Dispatchers
- java.lang.Object
-
- akka.actor.typed.Dispatchers
-
public abstract class Dispatchers extends java.lang.Object
AnActorSystem
looks up all its thread pools via a Dispatchers instance.
-
-
Constructor Summary
Constructors Constructor Description Dispatchers()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static java.lang.String
DefaultDispatcherId()
The id of the default dispatcher, also the full key of the configuration of the default dispatcher.static java.lang.String
InternalDispatcherId()
INTERNAL APIabstract scala.concurrent.ExecutionContextExecutor
lookup(DispatcherSelector selector)
abstract void
shutdown()
-
-
-
Method Detail
-
DefaultDispatcherId
public static final java.lang.String DefaultDispatcherId()
The id of the default dispatcher, also the full key of the configuration of the default dispatcher.
-
InternalDispatcherId
public static final java.lang.String InternalDispatcherId()
INTERNAL API
-
lookup
public abstract scala.concurrent.ExecutionContextExecutor lookup(DispatcherSelector selector)
-
shutdown
public abstract void shutdown()
-
-