Ports

org.apache.pekko.stream.FanInShape.Ports
final case class Ports[O](outlet: Outlet[O], inlets: Seq[Inlet[_]]) extends Init[O]

Attributes

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

Members list

Value members

Concrete methods

override def name: String

Attributes

Definition Classes
Source
FanInShape.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product