public class LivechatAgentsPath extends Path<LinkedHashMap<String,Agent>>
Allows subscription to agent broadcast updates and retrieval of the current agent info. If there is nobody to listen this path it will not emit any broadcasts.
Agent
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,Agent> |
getData()
Gets the path data in it's current state
|
static LivechatAgentsPath |
getInstance() |
broadcast, broadcast, finalize, isClearRequired, notifyObservers
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, setChanged
public static LivechatAgentsPath getInstance()
public LinkedHashMap<String,Agent> getData()
Path
getData
in class Path<LinkedHashMap<String,Agent>>