public abstract class WatermarkSelector extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
value
The selected value
|
Constructor and Description |
---|
WatermarkSelector() |
Modifier and Type | Method and Description |
---|---|
abstract void |
acceptValue(Object value)
Receives a value which is candidate to become the new watermark value.
|
Object |
getSelectedValue()
Returns the selected value.
|
void |
reset()
Returns this selector to a blank state so that it can be reused
|
protected Object value
public abstract void acceptValue(Object value)
public Object getSelectedValue()
acceptValue(Object)
is invoked in between. Thread-safeness is also
not guaranteed by this contractpublic void reset()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.