Interface EventuateClientScheduler
-
public interface EventuateClientSchedulerAbstraction of a scheduler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTimer(long delayInMilliseconds, java.lang.Runnable callback)Asynchronously invoke the callback after a delay
-