Package org.jgrapes.core.internal
Class BufferingEventPipeline
java.lang.Object
org.jgrapes.core.internal.BufferingEventPipeline
- All Implemented Interfaces:
Components.IdInfoProvider
The buffering event pipeline is used before a tree has been started.
It simply buffers all events until a Start
event is added.
-
Method Details
-
merge
-
add
-
awaitExhaustion
- Throws:
InterruptedException
-
executorService
-
toString
-
idScope
All pipelines use the same id scope to make them uniquely identifiable by their number.- Specified by:
idScope
in interfaceComponents.IdInfoProvider
- Returns:
- the scope
-