pekko/akka-samples
Peter Vlugter ad8a050d05 Updated microkernel
- no config files used by microkernel
- boot classes are specified as main arguments
- actor system creation is left to user in Bootable
- added on-out-of-memory handler to java args
- updated docs
2011-12-15 11:42:06 +13:00
..
akka-sample-fsm Removed all 'actorOf' methods that does not take a 'Props', and changed all callers to use 'actorOf(Props(..))' 2011-12-13 14:09:40 +01:00
akka-sample-hello rename ActorSystem.stop() to .shutdown() 2011-12-14 01:06:20 +01:00
akka-sample-hello-kernel/src/main/scala/sample/kernel/hello Updated microkernel 2011-12-15 11:42:06 +13:00