Package 

Interface AsyncQueueHandler.Handler

    • Method Summary

      Modifier and Type Method Description
      abstract void handleItem(T item) Does something with an item.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • handleItem

         abstract void handleItem(T item)

        Does something with an item.

        Parameters:
        item - the item to do something with.