Class DefaultMessageFormatter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] formatMessage​(java.lang.String producerName, long msgId, byte[] message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultMessageFormatter

        public DefaultMessageFormatter()
    • Method Detail

      • formatMessage

        public byte[] formatMessage​(java.lang.String producerName,
                                    long msgId,
                                    byte[] message)
        Specified by:
        formatMessage in interface IMessageFormatter