using ZB.MOM.WW.OtOpcUa.Commons.Types; namespace ZB.MOM.WW.OtOpcUa.Commons.Messages.Deploy; /// /// Coordinator-published event indicating that every active driver node successfully applied /// the deployment and the row in Deployment has been transitioned to Sealed. /// public sealed record DeploymentSealed( DeploymentId DeploymentId, RevisionHash RevisionHash, DateTime SealedAtUtc, CorrelationId CorrelationId);