Class PollingStrategies

    • Method Detail

      • nop

        public static PollingStrategy nop()
        Provides a default polling strategy that does not fire an event at all.
        Returns:
        no-operation polling strategy instance
      • regular

        public static PollingStrategies.ScheduledBuilder regular​(Duration interval)
        Provides a scheduled polling strategy with a specified constant interval.
        Parameters:
        interval - an interval between polling
        Returns:
        a regular polling strategy