Package io.zeebe.protocol.record
Interface RecordValueWithVariables
-
- All Superinterfaces:
JsonSerializable,RecordValue
- All Known Subinterfaces:
JobRecordValue,MessageRecordValue,MessageStartEventSubscriptionRecordValue,MessageSubscriptionRecordValue,ProcessEventRecordValue,ProcessInstanceCreationRecordValue,ProcessInstanceResultRecordValue,ProcessMessageSubscriptionRecordValue,VariableDocumentRecordValue
public interface RecordValueWithVariables extends RecordValue
Shared behaviour for all record values containing a variables document.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getVariables()-
Methods inherited from interface io.zeebe.protocol.record.JsonSerializable
toJson
-
-