Skip to content

A Play Framework application demonstrating dependency injection of Parent-child actors

License

Notifications You must be signed in to change notification settings

pextralabs/play-akka-parent-child-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play Akka Parent-Child Example

A Play Framework application demonstrating dependency injection of Parent-child actors.

The Parent actor redirects messages for a given child based on recipient's username, if there's no Child actor for the username, the Parent creates one and then redirects the message.

A message can be send as a HTTP POST to /:username/message with A JSON body like:

{
  "message": "hi, user"
}

About

A Play Framework application demonstrating dependency injection of Parent-child actors

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published