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
Pure Java implementation of libzmq
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