package com.cloud.async;
public interface SyncQueueItem {
String getContentType();
Long getContentId();
}