I need an actor to send a message every minute. How do I best achieve this behaviour? I am afraid of using java.lang.Thread.sleep(long millis) as a thread can b
java.lang.Thread.sleep(long millis)
Create an actor with receiveWithin to act as the timer.
receiveWithin