= str - #15618 - Renames Flow and Duct 'tee' operation to 'broadcast'
This commit is contained in:
parent
2ccf028a94
commit
6c7dc10a50
11 changed files with 21 additions and 21 deletions
|
|
@ -51,8 +51,8 @@ private[akka] object Ast {
|
|||
case class Concat(next: Publisher[Any]) extends AstNode {
|
||||
override def name = "concat"
|
||||
}
|
||||
case class Tee(other: Subscriber[Any]) extends AstNode {
|
||||
override def name = "tee"
|
||||
case class Broadcast(other: Subscriber[Any]) extends AstNode {
|
||||
override def name = "broadcast"
|
||||
}
|
||||
case class PrefixAndTail(n: Int) extends AstNode {
|
||||
override def name = "prefixAndTail"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue