Class RxMessageBase

    • Constructor Detail

      • RxMessageBase

        public RxMessageBase​(@NotNull
                             String correlationId)
    • Method Detail

      • getCorrelationId

        @NotNull
        public String getCorrelationId()
        Description copied from interface: RxMessage
        Returns correlation identifier by which this message can be referenced
        Specified by:
        getCorrelationId in interface RxMessage
        Returns:
        correlation identifier by which this message can be referenced
      • toBytes

        public byte[] toBytes()
        Description copied from interface: RxMessage
        Returns byte[] representation of the message instance
        Specified by:
        toBytes in interface RxMessage
        Returns:
        byte[] representation of the message instance