GitXplorerGitXplorer
r

akka-typed-process-demo

public
6 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2004df78decc72a0a38ac35297cefdd291a7ca7a

add Cleanup and Receiver samples

rrkuhn committed 8 years ago
Unverified
34af3e1ceefb9fb28368b55171633781f93fbaee

Update README.md

rrkuhn committed 8 years ago
Unverified
4dc1d1c3a197ebbf51c45fd189119baa2f2d1fcb

add ask and parallel examples

rrkuhn committed 8 years ago
Unverified
58731693461899813e414f0e9d9a09fe580e62c6

add first two samples

rrkuhn committed 8 years ago
Unverified
f307c58567931aa0e8fb18ca4c3bf98c89665ae1

Initial commit

rrkuhn committed 8 years ago

README

The README file for this repository.

Akka Typed process demo

Demonstration of the Jan 2017 status of the Akka Typed process DSL used in my blog article on Composing Actor Behaviors.

The /lib folder contains an assembly of modified Akka jars with the state of PR 22087 at the time of this writing. You may want to use /support/akka-typed-experimental_2.12-sources.jar as a source attachment within your IDE.

Please make sure to select a 2.12.x version of Scala in your IDE, otherwise you will experience binary incompatibilities.

Running the code from the command line is as simple as saying sbt run.