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

zmq.IMsgSink Maven / Gradle / Ivy

The 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 boolean push_msg (Msg msg_);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy