Interface TelemetryMessageLog
-
- All Known Implementing Classes:
TelemetryProtos.TelemetryMessageLog
public interface TelemetryMessageLog
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLocation()the Minion's locationjava.util.List<? extends TelemetryMessageLogEntry>getMessageList()raw message log entries coming in from the listenerjava.lang.StringgetSourceAddress()the source address the incoming message log entries came fromintgetSourcePort()the source port the incoming message log entries came fromjava.lang.StringgetSystemId()the Minion's system ID
-
-
-
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
-
-