FanOutShape

org.apache.pekko.stream.FanOutShape
See theFanOutShape companion class
object FanOutShape

Attributes

Companion
class
Source
FanOutShape.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

sealed trait Init[I]

Attributes

Source
FanOutShape.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Name[I]
class Ports[I]
final case class Name[I](name: String) extends Init[I]

Attributes

Source
FanOutShape.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Init[I]
class Object
trait Matchable
class Any
Show all
final case class Ports[I](inlet: Inlet[I], outlets: Seq[Outlet[_]]) extends Init[I]

Attributes

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