Attributes
- Companion
- object
- Source
- BidiFlow.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 Source. Further calls to withAttributes will not remove these attributes. Note that this operation has no effect on an empty Flow (because the attributes apply only to the contained processing operators).
Add the given attributes to this Source. Further calls to withAttributes will not remove these attributes. Note that this operation has no effect on an empty Flow (because the attributes apply only to the contained processing operators).
Attributes
- Definition Classes
- Source
- BidiFlow.scala
Attributes
- Source
- BidiFlow.scala
Put an asynchronous boundary around this Flow
Put an asynchronous boundary around this Flow
Put an asynchronous boundary around this Flow
Value parameters
- dispatcher
-
Run the graph on this dispatcher
Attributes
- Definition Classes
- Source
- BidiFlow.scala
Put an asynchronous boundary around this Flow
Put an asynchronous boundary around this Flow
Value parameters
- dispatcher
-
Run the graph on this dispatcher
- inputBufferSize
-
Set the input buffer to this size for the graph
Attributes
- Definition Classes
- Source
- BidiFlow.scala
Add the given BidiFlow as the next step in a bidirectional transformation pipeline. By convention protocol stacks are growing to the left: the right most is the bottom layer, the closest to the metal.
Add the given BidiFlow as the next step in a bidirectional transformation pipeline. By convention protocol stacks are growing to the left: the right most is the bottom layer, the closest to the metal.
+----------------------------+
| Resulting BidiFlow |
| |
| +------+ +------+ |
I1 ~~> | | ~O1~> | | ~~> OO1
| | this | | bidi | |
O2 <~~ | | <~I2~ | | <~~ II2
| +------+ +------+ |
+----------------------------+
The materialized value of the combined BidiFlow will be the materialized value of the current flow (ignoring the other BidiFlow’s value), use atopMat if a different strategy is needed.
Attributes
- Source
- BidiFlow.scala
Add the given BidiFlow as the next step in a bidirectional transformation 161
Add the given BidiFlow as the next step in a bidirectional transformation 161
pipeline. By convention protocol stacks are growing to the left: the right most is the bottom layer, the closest to the metal.
+----------------------------+
| Resulting BidiFlow |
| |
| +------+ +------+ |
I1 ~~> | | ~O1~> | | ~~> OO1
| | this | | bidi | |
O2 <~~ | | <~I2~ | | <~~ II2
| +------+ +------+ |
+----------------------------+
The combine function is used to compose the materialized values of this flow and that flow into the materialized value of the resulting BidiFlow.
Attributes
- Source
- BidiFlow.scala
Attributes
- Definition Classes
- Source
- BidiFlow.scala
Add the given Flow as the final step in a bidirectional transformation pipeline. By convention protocol stacks are growing to the left: the right most is the bottom layer, the closest to the metal.
Add the given Flow as the final step in a bidirectional transformation pipeline. By convention protocol stacks are growing to the left: the right most is the bottom layer, the closest to the metal.
+---------------------------+
| Resulting Flow |
| |
| +------+ +------+ |
I1 ~~> | | ~O1~> | | |
| | this | | flow | |
O2 <~~ | | <~I2~ | | |
| +------+ +------+ |
+---------------------------+
The materialized value of the combined Flow will be the materialized value of the current flow (ignoring the other Flow’s value), use joinMat if a different strategy is needed.
Attributes
- Source
- BidiFlow.scala
Add the given Flow as the final step in a bidirectional transformation pipeline. By convention protocol stacks are growing to the left: the right most is the bottom layer, the closest to the metal.
Add the given Flow as the final step in a bidirectional transformation pipeline. By convention protocol stacks are growing to the left: the right most is the bottom layer, the closest to the metal.
+---------------------------+
| Resulting Flow |
| |
| +------+ +------+ |
I1 ~~> | | ~O1~> | | |
| | this | | flow | |
O2 <~~ | | <~I2~ | | |
| +------+ +------+ |
+---------------------------+
The combine function is used to compose the materialized values of this flow and that flow into the materialized value of the resulting Flow.
Attributes
- Source
- BidiFlow.scala
Transform only the materialized value of this BidiFlow, leaving all other properties as they were.
Transform only the materialized value of this BidiFlow, leaving all other properties as they were.
Attributes
- Source
- BidiFlow.scala
Add a name attribute to this Flow.
Turn this BidiFlow around by 180 degrees, logically flipping it upside down in a protocol stack.
Turn this BidiFlow around by 180 degrees, logically flipping it upside down in a protocol stack.
Attributes
- Source
- BidiFlow.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
- BidiFlow.scala
INTERNAL API.
INTERNAL API.
Every materializable element must be backed by a stream layout module
Attributes
- Definition Classes
- Source
- BidiFlow.scala
Change the attributes of this Source to the given ones and seal the list of attributes. This means that further calls will not be able to remove these attributes, but instead add new ones. Note that this operation has no effect on an empty Flow (because the attributes apply only to the contained processing operators).
Change the attributes of this Source to the given ones and seal the list of attributes. This means that further calls will not be able to remove these attributes, but instead add new ones. Note that this operation has no effect on an empty Flow (because the attributes apply only to the contained processing operators).
Attributes
- Definition Classes
- Source
- BidiFlow.scala