| Package | Description |
|---|---|
| org.mule.transport.polling.watermark.selector |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparableWatermarkSelector
Base class for
WatermarkSelectors that evaluate Comparable
objects. |
class |
FirstItemWatermarkSelector
Implementation of
WatermarkSelector that selects the first value of the
set. |
class |
LastItemWatermarkSelector
Implementation of
WatermarkSelector that selects the last value of the
set. |
class |
MaxValueWatermarkSelector
Implementation of
WatermarkSelector that selectes the maximum value of the
set. |
class |
MinValueWatermarkSelector
Implementation of
WatermarkSelector that selectes the minimum value of the
set. |
class |
WatermarkSelectorWrapper |
| Modifier and Type | Method and Description |
|---|---|
abstract WatermarkSelector |
WatermarkSelectorBroker.newSelector()
Returns a new instance of
WatermarkSelector. |
| Constructor and Description |
|---|
SelectorWatermarkPollingInterceptor(Watermark watermark,
WatermarkSelector selector,
String selectorExpression) |
WatermarkSelectorWrapper(WatermarkSelector wrapped,
String selectorExpression,
MuleEvent muleEvent) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.