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

zmq.IMsgSource Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package zmq;

public interface IMsgSource
{
    //  Fetch a message. Returns a Msg instance if successful; null otherwise.
    public Msg pullMsg();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy