Class Dispatchers

java.lang.Object
org.apache.pekko.actor.typed.Dispatchers

public abstract class Dispatchers extends Object
An ActorSystem looks up all its thread pools via a Dispatchers instance.
  • Constructor Details

    • Dispatchers

      public Dispatchers()
  • Method Details

    • DefaultDispatcherId

      public static final String DefaultDispatcherId()
      The id of the default dispatcher, also the full key of the configuration of the default dispatcher.
    • InternalDispatcherId

      public static final String InternalDispatcherId()
      INTERNAL API
    • lookup

      public abstract scala.concurrent.ExecutionContextExecutor lookup(DispatcherSelector selector)
    • shutdown

      public abstract void shutdown()