Package org.rspeer.commons
Class Communication.Bots
- java.lang.Object
-
- org.rspeer.commons.Communication.Bots
-
- Enclosing class:
- Communication
public static class Communication.Bots extends Object
-
-
Constructor Summary
Constructors Constructor Description Bots()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<org.rspeer.network.api.response.Heartbeat>
getRunning()
Returns a list of all the running accounts associated with the user by reaching out to Inubot servers.
-
-
-
Method Detail
-
getRunning
public static List<org.rspeer.network.api.response.Heartbeat> getRunning()
Returns a list of all the running accounts associated with the user by reaching out to Inubot servers.- Returns:
- a list of
Heartbeat
objects representing the running accounts, or an empty list if there was an error or no active accounts were found
-
-