Package akka.dispatch

Interface BatchingExecutor

    • Method Detail

      • batchable

        boolean batchable​(java.lang.Runnable runnable)
        Override this to define which runnables will be batched.
      • execute

        void execute​(java.lang.Runnable runnable)
        Specified by:
        execute in interface java.util.concurrent.Executor
      • resubmitOnBlock

        boolean resubmitOnBlock()
      • unbatchedExecute

        void unbatchedExecute​(java.lang.Runnable r)