=str #16380 Cleaned up Source/Sink/Key overlap
This commit is contained in:
parent
fb7fc2054d
commit
3e14cd05a9
23 changed files with 136 additions and 142 deletions
|
|
@ -152,7 +152,7 @@ abstract class FlowMaterializer(val settings: MaterializerSettings) {
|
|||
* stream. The result can be highly implementation specific, ranging from
|
||||
* local actor chains to remote-deployed processing networks.
|
||||
*/
|
||||
def materialize[In, Out](source: scaladsl.Source[In], sink: scaladsl.Sink[Out], ops: List[Ast.AstNode], keys: List[Key]): scaladsl.MaterializedMap
|
||||
def materialize[In, Out](source: scaladsl.Source[In], sink: scaladsl.Sink[Out], ops: List[Ast.AstNode], keys: List[Key[_]]): scaladsl.MaterializedMap
|
||||
|
||||
/**
|
||||
* Create publishers and subscribers for fan-in and fan-out operations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue