Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 809 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 809 Bytes

learn-akka-stream

What is it that is inside ?

some small running example to understand the basic of akka stream

How do I run this ?

Assuming you are using sbt. One possible way to run the examples is to do :

$ sbt

sbt:akka-stream-1> compile
sbt:akka-stream-1> run

[warn] Multiple main classes detected.  Run 'show discoveredMainClasses' to see the list

Multiple main classes detected, select one to run:

 [1] sam.test.akka.stream.FifthApp
 [2] sam.test.akka.stream.FirstApp
 [3] sam.test.akka.stream.FourthApp
 [4] sam.test.akka.stream.MinimalSourceSink1
 [5] sam.test.akka.stream.MinimalSourceSink2
 [6] sam.test.akka.stream.SecondApp
 [7] sam.test.akka.stream.ThirdApp

Enter number:

 ... and put your number