I\'m trying to get Akka going in my Java project, and I\'m hung up on a small issue with the Seq type(s) from Scala. I\'m able to convert my Java List of ActorRef into a sc
You can use:
scala.collection.JavaConverters.collectionAsScalaIterableConverter(workers).asScala().toSeq()