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.String
getLocation()
the Minion's locationjava.util.List<? extends TelemetryMessageLogEntry>
getMessageList()
raw message log entries coming in from the listenerjava.lang.String
getSourceAddress()
the source address the incoming message log entries came fromint
getSourcePort()
the source port the incoming message log entries came fromjava.lang.String
getSystemId()
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
-
-