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, reset
public void acceptValue(Object value)
WatermarkSelector
acceptValue
in class WatermarkSelector
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.