Akka Typed ask() for Akka Streams (#24892)

* +str,typ introduce akka typed ask for akka stream

address feedback and add actor interop stages incl ask to docs

more compile tests and adjusted things

last docs

* document adding stages to docs in CONTRIBUTING

* address review comments

* rebase conflicts
This commit is contained in:
Konrad `ktoso` Malawski 2018-05-07 19:23:30 +09:00 committed by GitHub
parent ae20ecaf99
commit 256f81f97e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 549 additions and 16 deletions

View file

@ -446,6 +446,7 @@ lazy val streamTyped = akkaModule("akka-stream-typed")
.dependsOn(
actorTyped,
stream,
streamTestkit % "test->test",
typedTestkit % "test->test",
actorTypedTests % "test->test"
)