RunnableGraph

org.apache.pekko.stream.scaladsl.RunnableGraph
See theRunnableGraph companion class
object RunnableGraph

Attributes

Companion
class
Source
Flow.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def fromGraph[Mat](g: Graph[ClosedShape, Mat]): RunnableGraph[Mat]

A graph with a closed shape is logically a runnable graph, this method makes it so also in type.

A graph with a closed shape is logically a runnable graph, this method makes it so also in type.

Attributes

Source
Flow.scala