Skip to content

mahesh2492/playing-with-akka-actors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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