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

zmq.IMsgSink Maven / Gradle / Ivy

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

public interface IMsgSink
{
    //  Delivers a message. Returns true if successful; false otherwise.
    //  The function takes ownership of the passed message.
    public int pushMsg(Msg msg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy