pekko/akka-durable-mailboxes
2011-10-18 19:14:42 +02:00
..
akka-beanstalk-mailbox/src Adding initial support for Props 2011-08-26 17:25:18 +02:00
akka-file-mailbox/src Changed all 'def foo(): Unit = { .. }' to 'def foo() { .. }' 2011-09-27 17:41:02 +02:00
akka-mailboxes-common/src Removing ActorCell.ref (use ActorCell.self instead), introducing Props.randomAddress which will use the toString of the uuid of the actor ref as address, bypassing deployer for actors with 'randomAddress' since it isn't possible to know what the address will be anyway, removing Address.validate since it serves no useful purpose, removing guard.withGuard in MessageDispatcher in favor of the less costly lock try-finally unlock strategy 2011-10-18 19:14:42 +02:00
akka-mongo-mailbox/src Removing the old Supervision-DSL and replacing it with a temporary one 2011-09-30 14:52:07 +02:00
akka-redis-mailbox/src Adding initial support for Props 2011-08-26 17:25:18 +02:00
akka-zookeeper-mailbox/src Adding initial support for Props 2011-08-26 17:25:18 +02:00