
com.github.segmentio.safeclient.policy.flush.IFlushPolicy Maven / Gradle / Ivy
package com.github.segmentio.safeclient.policy.flush;
import org.joda.time.DateTime;
public interface IFlushPolicy {
public boolean shouldFlush (int queueSize, DateTime lastFlush);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy