Package io.zeebe.protocol.record.value
Interface DeploymentRecordValue
-
- All Superinterfaces:
JsonSerializable,RecordValue
public interface DeploymentRecordValue extends RecordValue
Represents a single deployment event or command.See
DeploymentIntentfor intents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DeployedProcess>getDeployedProcesses()List<DeploymentResource>getResources()-
Methods inherited from interface io.zeebe.protocol.record.JsonSerializable
toJson
-
-
-
-
Method Detail
-
getResources
List<DeploymentResource> getResources()
- Returns:
- the resources to deploy
-
getDeployedProcesses
List<DeployedProcess> getDeployedProcesses()
-
-