Flow with attached input and output, can be executed.
Attributes
- Companion
- object
- Source
- Flow.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited types
Type-level accessor for the shape parameter of this graph.
Type-level accessor for the shape parameter of this graph.
Attributes
- Inherited from:
- Graph
- Source
- Graph.scala
Value members
Concrete methods
Add the given attributes to this Graph. If the specific attribute was already present on this graph this means the added attribute will be more specific than the existing one. If this Source is a composite of multiple graphs, new attributes on the composite will be less specific than attributes set directly on the individual graphs of the composite.
Add the given attributes to this Graph. If the specific attribute was already present on this graph this means the added attribute will be more specific than the existing one. If this Source is a composite of multiple graphs, new attributes on the composite will be less specific than attributes set directly on the individual graphs of the composite.
Attributes
- Definition Classes
- Source
- Flow.scala
Converts this Scala DSL element to it's Java DSL counterpart.
Note that an async boundary around a runnable graph does not make sense
Note that an async boundary around a runnable graph does not make sense
Attributes
- Definition Classes
- Source
- Flow.scala
Note that an async boundary around a runnable graph does not make sense
Note that an async boundary around a runnable graph does not make sense
Attributes
- Definition Classes
- Source
- Flow.scala
Note that an async boundary around a runnable graph does not make sense
Note that an async boundary around a runnable graph does not make sense
Attributes
- Definition Classes
- Source
- Flow.scala
Attributes
- Definition Classes
- Source
- Flow.scala
Transform only the materialized value of this RunnableGraph, leaving all other properties as they were.
Transform only the materialized value of this RunnableGraph, leaving all other properties as they were.
Attributes
- Source
- Flow.scala
Specifies the name of the Graph. If the name is null or empty the name is ignored, i.e. #none is returned.
Specifies the name of the Graph. If the name is null or empty the name is ignored, i.e. #none is returned.
Attributes
- Definition Classes
- Source
- Flow.scala
Run this flow and return the materialized instance from the flow.
Run this flow and return the materialized instance from the flow.
Note that the ActorSystem can be used as the implicit materializer parameter to use the pekko.stream.SystemMaterializer for running the stream.
Attributes
- Source
- Flow.scala
The shape of a graph is all that is externally visible: its inlets and outlets.
The shape of a graph is all that is externally visible: its inlets and outlets.
Attributes
- Definition Classes
- Source
- Flow.scala
Replace the attributes of this Flow with the given ones. If this Flow is a composite of multiple graphs, new attributes on the composite will be less specific than attributes set directly on the individual graphs of the composite.
Replace the attributes of this Flow with the given ones. If this Flow is a composite of multiple graphs, new attributes on the composite will be less specific than attributes set directly on the individual graphs of the composite.
Attributes
- Definition Classes
- Source
- Flow.scala