Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
OnMergeClause |
OnMergeClause.addAction(OnMergeMatchItem action)
Add a new action to the list of actions.
|
static OnMergeClause |
OnMergeClause.create(String windowName,
String optionalAsName,
List<OnMergeMatchItem> matchItems)
Creates an on-update clause.
|