java.lang.Object
com.github.jamesnetherton.zulip.client.api.event.EventPoller

public class EventPoller extends Object
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 Details

    • start

      public void start() throws ZulipClientException
      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()