Interface DeploymentDistributionRecordValue
- All Superinterfaces:
JsonSerializable,RecordValue
- All Known Implementing Classes:
ImmutableDeploymentDistributionRecordValue
Deprecated.
DeploymentDistributionRecordValue is deprecated as of 8.2.0. A generalised way of distributing
commands has been introduced in this version. Distribution should now be handled using the
CommandDistributionRecordValue. This record value only remains to stay backwards compatible.-
Method Summary
Methods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJson
-
Method Details
-
getPartitionId
int getPartitionId()Deprecated.- Returns:
- the partition where the deployment should be distributed
-