de.ruedigermoeller.fastcast.control.FlowControl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fast-cast Show documentation
Show all versions of fast-cast Show documentation
a fast brokerless messaging library based on reliable UDP multicast
package de.ruedigermoeller.fastcast.control;
import de.ruedigermoeller.fastcast.packeting.TopicStats;
/**
* Created with IntelliJ IDEA.
* User: ruedi
* Date: 8/25/13
* Time: 1:49 PM
* To change this template use File | Settings | File Templates.
*/
public interface FlowControl {
public int adjustSendPause( int currentSendPause, TopicStats oneInterval);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy