Package | Description |
---|---|
com.espertech.esper.common.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(java.lang.String windowName,
java.lang.String optionalAsName,
java.util.List<OnMergeMatchItem> matchItems)
Creates an on-update clause.
|