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

zmq.IMailbox Maven / Gradle / Ivy

The newest version!
package zmq;

import java.io.Closeable;

public interface IMailbox extends Closeable
{
    void send(final Command cmd);

    Command recv(long timeout);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy