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