benjaminBoboul/workbench-getting-started-with-scala

View on GitHub
src/main/scala/akkaActor/router/AutomaticRouter.scala

Summary

Maintainability
A
0 mins
Test Coverage

Imports should be grouped together
Open

  import manualRouter.Slave

Magic Number
Open

  val poolMaster = system.actorOf(RoundRobinPool(5).props(Props[Slave]()), "simplePool")

There are no issues that match your filters.

Category
Status