Class Dispatchers


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

      • Dispatchers

        public Dispatchers()
    • 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()