Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 546 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 546 Bytes

akka examples

collection of stupid application that show simple usage of akka feature

example1
master actor send message to the cluster singleton (pool is selected across the entire cluster)

example2
each node of application should send a message to a cluster singleton actor who answer to another actor of sender node

example4
simple example of ask Pattern with scala Future

example5
total custom client-server communication using java NIO

stream
examples working with akka stream processing pipelines