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

zmq.io.coder.v1.V1Protocol Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
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