Interface ThreadedWorkQueue.BatchWorker<WW>

  • Type Parameters:
    WW -
    Enclosing class:
    ThreadedWorkQueue<W>

    public static interface ThreadedWorkQueue.BatchWorker<WW>
    Callback class, think of it as a Runnable with an argument that is a Collection.
    Author:
    cschanck
    • Method Detail

      • process

        void process​(java.util.Collection<? extends WW> collection)
        Process a batch of work.
        Parameters:
        collection -