Package io.zeebe.protocol.record.value
Interface VariableDocumentRecordValue
-
- All Superinterfaces:
JsonSerializable,RecordValue,RecordValueWithVariables
public interface VariableDocumentRecordValue extends RecordValueWithVariables
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetScopeKey()VariableDocumentUpdateSemanticgetUpdateSemantics()-
Methods inherited from interface io.zeebe.protocol.record.JsonSerializable
toJson
-
Methods inherited from interface io.zeebe.protocol.record.RecordValueWithVariables
getVariables
-
-
-
-
Method Detail
-
getScopeKey
long getScopeKey()
- Returns:
- the scope key associated with the variable document
-
getUpdateSemantics
VariableDocumentUpdateSemantic getUpdateSemantics()
- Returns:
- the semantic of how this variable document is applied, see
VariableDocumentUpdateSemantic
-
-