DisabledReversePortOps

org.apache.pekko.stream.scaladsl.GraphDSL.Implicits.DisabledReversePortOps
final class DisabledReversePortOps[In](msg: String) extends ReversePortOps[In]

Attributes

Source
Graph.scala
Graph
Supertypes
class ReversePortOps[In]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def importAndGetPortReverse(b: Builder[_]): Inlet[In]

Attributes

Definition Classes
Source
Graph.scala

Inherited methods

def <~(from: SourceShape[In])(implicit b: Builder[_]): Unit

Attributes

Inherited from:
ReverseCombinerBase
Source
Graph.scala
def <~(from: Graph[SourceShape[In], _])(implicit b: Builder[_]): Unit

Attributes

Inherited from:
ReverseCombinerBase
Source
Graph.scala
def <~[In](flow: FlowShape[In, In])(implicit b: Builder[_]): ReversePortOps[In]

Attributes

Inherited from:
ReverseCombinerBase
Source
Graph.scala
def <~[In](junction: UniformFanInShape[In, In])(implicit b: Builder[_]): ReversePortOps[In]

Attributes

Inherited from:
ReverseCombinerBase
Source
Graph.scala
def <~[In](junction: UniformFanOutShape[In, In])(implicit b: Builder[_]): ReversePortOps[In]

Attributes

Inherited from:
ReverseCombinerBase
Source
Graph.scala
def <~[In](via: Graph[FlowShape[In, In], _])(implicit b: Builder[_]): ReversePortOps[In]

Attributes

Inherited from:
ReverseCombinerBase
Source
Graph.scala
def <~[U <: In](from: Outlet[U])(implicit b: Builder[_]): Unit

Attributes

Inherited from:
ReverseCombinerBase
Source
Graph.scala

Inherited fields

val inlet: Inlet[In]

Attributes

Inherited from:
ReversePortOps
Source
Graph.scala