Interface ResourceDeletionRecordValue
- All Superinterfaces:
JsonSerializable,RecordValue
- All Known Implementing Classes:
ImmutableResourceDeletionRecordValue
Represents a resource deletion event
See ResourceDeletionIntent for intents.
-
Method Summary
Methods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJson
-
Method Details
-
getResourceKey
long getResourceKey()- Returns:
- the key of the resource that will be deleted
-