// it receives the ACK. Secondly, we need to tell the agent to send the
// actual file bits for any change set content we do not have.
DriftAgentService driftService = getDriftAgentService(resourceId);
driftService.ackChangeSet(headers.getResourceId(), headers.getDriftDefinitionName());
if (!missingContent.isEmpty()) {
driftService.requestDriftFiles(resourceId, headers, missingContent);
}
return true;
}
});