Class Syslog5424Event

java.lang.Object
org.apache.nifi.syslog.events.Syslog5424Event

public class Syslog5424Event extends Object
Encapsulates the parsed information for a single Syslog 5424 event.
  • Field Details

    • fieldMap

      private final Map<String,Object> fieldMap
    • fullMessage

      private final String fullMessage
    • rawMessage

      private final byte[] rawMessage
    • sender

      private final String sender
    • valid

      private final boolean valid
    • exception

      private final Exception exception
  • Constructor Details

  • Method Details

    • getFieldMap

      public Map<String,Object> getFieldMap()
    • getException

      public Exception getException()
    • getFullMessage

      public String getFullMessage()
    • getRawMessage

      public byte[] getRawMessage()
    • getSender

      public String getSender()
    • isValid

      public boolean isValid()