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:
parent
ae20ecaf99
commit
256f81f97e
13 changed files with 549 additions and 16 deletions
|
|
@ -446,6 +446,7 @@ lazy val streamTyped = akkaModule("akka-stream-typed")
|
|||
.dependsOn(
|
||||
actorTyped,
|
||||
stream,
|
||||
streamTestkit % "test->test",
|
||||
typedTestkit % "test->test",
|
||||
actorTypedTests % "test->test"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue