Outlet

org.apache.pekko.stream.Outlet
See theOutlet companion class
object Outlet

An Outlet is a typed output to a Shape. Its partner in the Module view is the OutPort (which does not bear an element type because Modules only express the internal structural hierarchy of stream topologies).

Attributes

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

Members list

Value members

Concrete methods

def apply[T](name: String): Outlet[T]

Scala API

Scala API

Creates a new Outlet with the given name. The name will be used when displaying debug information or error messages involving the port.

Attributes

Source
Shape.scala
def create[T](name: String): Outlet[T]

JAVA API

JAVA API

Creates a new Outlet with the given name. The name will be used when displaying debug information or error messages involving the port.

Attributes

Source
Shape.scala