Skip to content

Playground for fun with akka actor, concurrency is alway fun :joy

Notifications You must be signed in to change notification settings

lhong375/Akka-Actor-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Akka-Actor-Playground

Error Hanlding

`sbt "runMain akka.actor.playground.exception.Main_exception"``

Response assemble examples

sbt "runMain akka.actor.playground.Main"

DataGeneratorActor

is my first try to assemble responds from actors. It use ask then .mapTo.

ReportGeneratorActor

is a new way I'm trying. It creates a DedicatedActor, hand the job to it. I think we have more control over types, and error messages are better this way.

DedicatedActor

is like a state machine.

About

Playground for fun with akka actor, concurrency is alway fun :joy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages