Interface ProcessingQueue.Handler<T>

    • Method Detail

      • handle

        void handle​(T element)
             throws java.lang.Exception
        Throws:
        java.lang.Exception