Interface DeploymentRecordValue
- All Superinterfaces:
JsonSerializable,RecordValue
- All Known Implementing Classes:
ImmutableDeploymentRecordValue
Represents a single deployment event or command.
See DeploymentIntent for intents.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJson
-
Method Details
-
getResources
List<DeploymentResource> getResources()- Returns:
- the resources to deploy
-
getProcessesMetadata
List<ProcessMetadataValue> getProcessesMetadata()- Returns:
- the deployed processes
-
getDecisionsMetadata
List<DecisionRecordValue> getDecisionsMetadata()- Returns:
- the deployed decisions
-
getDecisionRequirementsMetadata
List<DecisionRequirementsMetadataValue> getDecisionRequirementsMetadata()- Returns:
- the deployed decision requirements (DRGs)
-