Is there a mechanism I can use to kill an actor after it has been created for 20 seconds ?
Reading about the various SuperVisor strategies at http://doc.akka.io/docs/akka/snapshot/java/fault-tolerance.html
it seems killing an actor is all based on message passing of exceptions ?