All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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