Class SCBlockingTakeStrategy

java.lang.Object
kieker.monitoring.queue.takestrategy.SCBlockingTakeStrategy
All Implemented Interfaces:
TakeStrategy

public final class SCBlockingTakeStrategy extends Object implements TakeStrategy
This take strategy blocks if the queue is empty.
IMPORTANT: This take strategy only works correctly if at most one consumer accesses the queue.
Since:
1.13
Author:
Christian Wulf