Package akka.actor.typed
Class Dispatchers
- java.lang.Object
-
- akka.actor.typed.Dispatchers
-
public abstract class Dispatchers extends java.lang.ObjectAnActorSystemlooks 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.StringDefaultDispatcherId()The id of the default dispatcher, also the full key of the configuration of the default dispatcher.static java.lang.StringInternalDispatcherId()INTERNAL APIabstract scala.concurrent.ExecutionContextExecutorlookup(DispatcherSelector selector)abstract voidshutdown()
-
-
-
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()
-
-