=doc #17039 change default materialization placeholder type from Unit to Any
This commit is contained in:
parent
a4c279c9c5
commit
d92fcf211a
3 changed files with 3 additions and 7 deletions
|
|
@ -149,7 +149,7 @@ class FlowGraphDocSpec extends AkkaSpec {
|
|||
//#flow-graph-components-create
|
||||
object PriorityWorkerPool {
|
||||
def apply[In, Out](
|
||||
worker: Flow[In, Out, _],
|
||||
worker: Flow[In, Out, Any],
|
||||
workerCount: Int): Graph[PriorityWorkerPoolShape[In, Out], Unit] = {
|
||||
|
||||
FlowGraph.partial() { implicit b ⇒
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue