Interface EventuateClientScheduler


  • public interface EventuateClientScheduler
    Abstraction of a scheduler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setTimer​(long delayInMilliseconds, java.lang.Runnable callback)
      Asynchronously invoke the callback after a delay
    • Method Detail

      • setTimer

        void setTimer​(long delayInMilliseconds,
                      java.lang.Runnable callback)
        Asynchronously invoke the callback after a delay
        Parameters:
        delayInMilliseconds - the delay
        callback - the callback