public interface KeyTriggerOperation extends Grouped, Sorted
For operations triggered by a specific key.
operations can be sorted according to the size of Sorted.getSort() to change the execution order,
and the group to which the operation belongs can be obtained through Grouped.getGroups().
SimpleKeyTriggerOperation| 限定符和类型 | 方法和说明 |
|---|---|
@Nullable Condition |
getCondition()
Get operation predicate.
|
@Nullable String |
getId()
Get operation id.
|
String |
getKey()
Get key field name.
|
@Nullable Object |
getSource()
Get configuration source.
|
void |
setCondition(Condition condition)
Set operation predicate.
|
allMatch, alwaysMatch, alwaysNoneMatch, anyMatch, getGroups, isBelong, noneMatch@Nullable Object getSource()
@Nullable String getId()
String getKey()
@Nullable Condition getCondition()
void setCondition(Condition condition)
condition - operation predicateCopyright © 2024. All rights reserved.