Class DispatcherSelector

    • Constructor Detail

      • DispatcherSelector

        public DispatcherSelector()
    • Method Detail

      • blocking

        public static DispatcherSelector blocking()
        Run the actor on the default blocking dispatcher that is configured under default-blocking-io-dispatcher
      • fromConfig

        public static DispatcherSelector fromConfig​(java.lang.String path)
        Look up an executor definition in the ActorSystem configuration. ExecutorServices created in this fashion will be shut down when the ActorSystem terminates.
      • sameAsParent

        public static DispatcherSelector sameAsParent()
        Run the actor on the same executor as the parent actor.
        Returns: