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

li.rudin.rt.api.config.SSEConfig Maven / Gradle / Ivy

There is a newer version: 4.1
Show newest version
package li.rudin.rt.api.config;

public class SSEConfig
{
	
	private long retryDelay = 10000;

	public long getRetryDelay()
	{
		return retryDelay;
	}

	public void setRetryDelay(long retryDelay)
	{
		this.retryDelay = retryDelay;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy