Name

org.apache.pekko.stream.FanOutShape.Name
final case class Name[I](name: String) extends Init[I]

Attributes

Source
FanOutShape.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Init[I]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def inlet: Inlet[I]

Attributes

Definition Classes
Source
FanOutShape.scala
override def outlets: Seq[Outlet[_]]

Attributes

Definition Classes
Source
FanOutShape.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product