=doc #17039 change default materialization placeholder type from Unit to Any

This commit is contained in:
Mathias 2015-04-02 22:54:32 +02:00
parent a4c279c9c5
commit d92fcf211a
3 changed files with 3 additions and 7 deletions

View file

@ -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