Class Journal.Entry

java.lang.Object
org.graylog2.shared.journal.Journal.Entry
Enclosing interface:
Journal

public static class Journal.Entry extends Object
  • Constructor Details

    • Entry

      public Entry(byte[] idBytes, byte[] messageBytes)
  • Method Details

    • getIdBytes

      public byte[] getIdBytes()
    • getMessageBytes

      public byte[] getMessageBytes()