
zmq.IMsgSink Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jeromq Show documentation
Show all versions of jeromq Show documentation
zeromq POJO implementation
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