ForwardOps

org.apache.pekko.stream.javadsl.GraphDSL.Builder.ForwardOps
final class ForwardOps[T](_out: Outlet[T])

Attributes

Source
Graph.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def out(): Outlet[T]

Attributes

Source
Graph.scala
def to(dst: SinkShape[_ >: T]): Builder[Mat]

Attributes

Source
Graph.scala
def toFanIn[U](j: UniformFanInShape[_ >: T, U]): Builder[Mat]

Attributes

Source
Graph.scala
def toFanOut[U](j: UniformFanOutShape[_ >: T, U]): Builder[Mat]

Attributes

Source
Graph.scala
def toInlet(in: Inlet[_ >: T]): Builder[Mat]

Attributes

Source
Graph.scala
def via[U](f: FlowShape[_ >: T, U]): ForwardOps[U]

Attributes

Source
Graph.scala
def viaFanIn[U](j: UniformFanInShape[_ >: T, U]): ForwardOps[U]

Attributes

Source
Graph.scala
def viaFanOut[U](j: UniformFanOutShape[_ >: T, U]): ForwardOps[U]

Attributes

Source
Graph.scala