add Akka Typed Java API #22293
... and matching Scala DSL, to replace the old ScalaDSl._ object.
This commit is contained in:
parent
6414aaccbc
commit
4368bed37a
29 changed files with 1822 additions and 767 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue