RunnableGraph

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

Attributes

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

Members list

Value members

Concrete methods

def fromGraph[Mat](graph: 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