Class FailMessage

    • Constructor Detail

      • FailMessage

        public FailMessage​(int ackId,
                           int errorCode,
                           java.lang.String message)
        Deprecated.
    • Method Detail

      • type

        public MessageType type()
        Deprecated.
        Description copied from interface: Message
        Used to identify this message type.
        Specified by:
        type in interface Message
      • encodeBody

        protected NetworkBuffer encodeBody​(io.netty.buffer.ByteBuf buf)
        Deprecated.
        Description copied from class: AbstractMessage
        Only serializes the body of this message by writing into the given ByteBuf or return the body buffer.
        Overrides:
        encodeBody in class AbstractMessage
      • parseFrom

        public static FailMessage parseFrom​(io.netty.buffer.ByteBuf buf)
        Deprecated.
      • remainingBytes

        public static int remainingBytes​(io.netty.buffer.ByteBuf buf)
        Deprecated.
      • message

        public java.lang.String message()
        Deprecated.
      • errorCode

        public int errorCode()
        Deprecated.