Class DispatcherSelector

    • Constructor Detail

      • DispatcherSelector

        public DispatcherSelector()
    • Method Detail

      • defaultDispatcher

        public static DispatcherSelector defaultDispatcher()
        Java API: Run the actor on the default ActorSystem executor.
        Returns:
        (undocumented)
      • blocking

        public static DispatcherSelector blocking()
        Run the actor on the default blocking dispatcher that is configured under default-blocking-io-dispatcher
        Returns:
        (undocumented)
      • 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.
        Parameters:
        path - (undocumented)
        Returns:
        (undocumented)