Interface StateChangeUploadScheduler

All Superinterfaces:
AutoCloseable

@Internal public interface StateChangeUploadScheduler extends AutoCloseable
Schedules upload tasks on a StateChangeUploader. In the simplest form, directly calls StateChangeUploader.upload(Collection). Other implementations might batch the tasks for efficiency.