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

org.headlessintrace.client.Config Maven / Gradle / Ivy

package org.headlessintrace.client;

public interface Config {
	
	/**
	 * Storing too many messages might cause a memory problem.
	 * Storing too few messages might not be enough information from recent history to understand connectivity situation.
	 * @return
	 */
	int getFixedMessageCount();
	
	long getConnectWaitMs();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy