zmq.io.coder.v1.V1Protocol 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.io.coder.v1;
public interface V1Protocol
{
int VERSION = 1;
int MORE_FLAG = 1;
// make checkstyle not block the release
@Override
String toString();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy