summaryrefslogtreecommitdiff
path: root/src/actors-migration
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixes for the Actor Migration KitVojin Jovanovic2012-05-233-19/+17
| | | | | | | Fixed behavior of the StashingActor in case of unhandeled message. Fixed a typo in deprecated annotation. Fixed comments. Fixed copyright.
* Adding the Actor Migration Kit.Vojin Jovanovic2012-05-185-0/+370
Kit consists of: 1) The StashingActor which adopts an interface similar to Akka. 2) Props mockup for creating Akka like code 3) Pattern mockup 4) Test cases for every step in the migration. 5) MigrationSystem which will paired on the Akka side. Review of the code : @phaller Review of the build: @jsuereth