Interface TelemetryMessageLog

    • Method Detail

      • getLocation

        java.lang.String getLocation()
        the Minion's location
        Returns:
        the location
      • getSystemId

        java.lang.String getSystemId()
        the Minion's system ID
        Returns:
        the system ID
      • getSourceAddress

        java.lang.String getSourceAddress()
        the source address the incoming message log entries came from
        Returns:
        the address
      • getSourcePort

        int getSourcePort()
        the source port the incoming message log entries came from
        Returns:
        the port
      • getMessageList

        java.util.List<? extends TelemetryMessageLogEntry> getMessageList()
        raw message log entries coming in from the listener
        Returns:
        the log entry or entries