Groovy Documentation

org.gradle.util.queues
Class DoNothingBlockingQueueItemConsumer

java.lang.Object
  org.gradle.util.queues.AbstractBlockingQueueItemConsumer
      org.gradle.util.queues.DoNothingBlockingQueueItemConsumer

class DoNothingBlockingQueueItemConsumer
extends AbstractBlockingQueueItemConsumer

author:
Tom Eyckmans


Constructor Summary
DoNothingBlockingQueueItemConsumer(BlockingQueue toConsumeQueue, long pollTimeout, TimeUnit pollTimeoutTimeUnit)

 
Method Summary
protected boolean consume(T queueItem)

 
Methods inherited from class AbstractBlockingQueueItemConsumer
consume, getEndCause, isEnded, run, setUp, stopConsuming, tearDown
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

DoNothingBlockingQueueItemConsumer

public DoNothingBlockingQueueItemConsumer(BlockingQueue toConsumeQueue, long pollTimeout, TimeUnit pollTimeoutTimeUnit)


 
Method Detail

consume

protected boolean consume(T queueItem)


 

Groovy Documentation