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

de.ruedigermoeller.fastcast.control.FlowControl Maven / Gradle / Ivy

There is a newer version: 3.10
Show newest version
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