mahesh2492 / playing-with-akka-actors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learning-akka

This repository contains various examples of Akka.

a) Simple application of creation of akka and passing messages.
b) Different ways to kill akka actors.
c) Use of watch and become.
d) Custom Dispatcher example for blocking actors
e) Added custom priority mailbox example