Class EventPoller
java.lang.Object
com.github.jamesnetherton.zulip.client.api.event.EventPoller
Polls Zulip for real-time events. At present this is limited to consuming new message events.
Note that this implementation is highly experimental and subject to change or removal.
- See Also:
-
Method Summary
-
Method Details
-
start
Starts event message polling.- Throws:
ZulipClientException
- if the event polling request was not successful
-
stop
public void stop()Stops message polling. -
isStarted
public boolean isStarted()
-