public interface AgentConnectionTrackingService
| Modifier and Type | Method and Description |
|---|---|
long |
getConnectedAgentsCount()
Get the count of locally connected agents.
|
void |
notifyDisconnected(java.lang.String streamId,
java.lang.String claimedJobId)
Handle a disconnection.
|
void |
notifyHeartbeat(java.lang.String streamId,
java.lang.String claimedJobId)
Handle a heartbeat.
|
void notifyHeartbeat(java.lang.String streamId,
java.lang.String claimedJobId)
streamId - the unique id of the connectionclaimedJobId - the job id claimed by the agentvoid notifyDisconnected(java.lang.String streamId,
java.lang.String claimedJobId)
streamId - the unique id of the connectionclaimedJobId - the job id claimed by the agentlong getConnectedAgentsCount()