pub trait AudienceBlobMoveStaging: Send + Sync {
// Required method
fn stage_audience_move_blobs_on(
&self,
transaction: &mut HostWriteBlobTransaction<'_, '_>,
facts: &mut StoreWriteBlobFacts,
moves: &[AudienceMove],
) -> Result<StagedAudienceBlobRollback, DbError>;
}Expand description
Capturing immutable blob sources or materializing a Local destination needs the connected owner replication composes. The capture transaction names only this port; the returned rollback closure is consumed on failure.