public interface Consumer<T>
RichBDBQueue.consume(Consumer).
Created on Jun 27, 2011boolean consume(T item)
item - the item to handle.true if the item was processed successfully and shall be removed from the queue.Copyright © 2010-2011. All Rights Reserved.