Groovy Documentation

org.gradle.api.changedetection.state
Class StateChangeEventDispatcher

java.lang.Object
  org.gradle.util.queues.AbstractBlockingQueueItemConsumer
      org.gradle.api.changedetection.state.StateChangeEventDispatcher

class StateChangeEventDispatcher
extends AbstractBlockingQueueItemConsumer

author:
Tom Eyckmans


Constructor Summary
StateChangeEventDispatcher(BlockingQueue toConsumeQueue, long pollTimeout, TimeUnit pollTimeoutTimeUnit, ChangeProcessor changeProcessor)

 
Method Summary
protected boolean consume(StateChangeEvent queueItem)

 

Constructor Detail

StateChangeEventDispatcher

public StateChangeEventDispatcher(BlockingQueue toConsumeQueue, long pollTimeout, TimeUnit pollTimeoutTimeUnit, ChangeProcessor changeProcessor)


 
Method Detail

consume

protected boolean consume(StateChangeEvent queueItem)


 

Groovy Documentation