Ports

org.apache.pekko.stream.FanOutShape.Ports
final case class Ports[I](inlet: Inlet[I], outlets: Seq[Outlet[_]]) 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 name: String

Attributes

Definition Classes
Source
FanOutShape.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product