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

com.github.segmentio.safeclient.policy.queue.IQueueDenyPolicy Maven / Gradle / Ivy

package com.github.segmentio.safeclient.policy.queue;

public interface IQueueDenyPolicy {

	public boolean canQueue(int currentSize);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy