Class MessageCodeKey

    • Constructor Detail

      • MessageCodeKey

        public MessageCodeKey​(short version,
                              int value,
                              Class<?> clazz)
        Constructor.
        Parameters:
        version - wire protocol version
        value - used as distinguisher (read from binary data / buffer)
        clazz - class of object that is going to be deserialized
    • Method Detail

      • getMsgType

        public int getMsgType()
      • getClazz

        public Class<?> getClazz()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object