add Akka Typed Java API #22293

... and matching Scala DSL, to replace the old ScalaDSl._ object.
This commit is contained in:
Roland Kuhn 2017-02-26 16:13:11 +01:00 committed by Patrik Nordwall
parent 6414aaccbc
commit 4368bed37a
29 changed files with 1822 additions and 767 deletions

View file

@ -6,7 +6,7 @@ package docs.akka.typed
//#imports
import akka.typed._
import akka.typed.ScalaDSL._
import akka.typed.AskPattern._
import akka.typed.scaladsl.AskPattern._
import scala.concurrent.Future
import scala.concurrent.duration._
import scala.concurrent.Await