Interface Process
- All Superinterfaces:
JsonSerializable,ProcessMetadataValue,RecordValue
- All Known Implementing Classes:
ImmutableProcess
Represents a deployed process, which extends the meta data with the acutal resources
-
Method Summary
Methods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.protocol.record.value.deployment.ProcessMetadataValue
getBpmnProcessId, getChecksum, getProcessDefinitionKey, getResourceName, getVersion, isDuplicate
-
Method Details
-
getResource
byte[] getResource()- Returns:
- returns the corresponding binary resource
-