
zmq.IMsgSource 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 IMsgSource
{
// Fetch a message. Returns a Msg instance if successful; null otherwise.
public Msg pull_msg ();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy