de.ruedigermoeller.fastcast.packeting.MsgReceiver 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.packeting;
import de.ruedigermoeller.heapoff.bytez.Bytez;
/**
* Created with IntelliJ IDEA.
* User: moelrue
* Date: 8/12/13
* Time: 3:10 PM
* To change this template use File | Settings | File Templates.
*/
public interface MsgReceiver {
public void messageReceived(String sender, long sequence, Bytez b, int off, int len);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy