public class FirstItemWatermarkSelector extends WatermarkSelector
WatermarkSelector that selects the first value of the
set. Thread-safeness is not guaranteed. If your use case is concurrent, then you
need to synchronize access yourself.value| Constructor and Description |
|---|
FirstItemWatermarkSelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptValue(Object value)
Receives a value which is candidate to become the new watermark value.
|
getSelectedValue, resetpublic void acceptValue(Object value)
WatermarkSelectoracceptValue in class WatermarkSelectorCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.