![]() | IRunnableGraph<TMat> Interface |
Namespace: Akka.Streams.Dsl
The IRunnableGraph< TMat> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Module |
INTERNAL API: Every materializable element must be backed by a stream layout module
(Inherited from IGraph<TShape>.) |
![]() | Shape |
The shape of a graph is all that is externally visible: its inlets and outlets.
(Inherited from IGraph<TShape>.) |
Name | Description | |
---|---|---|
![]() | AddAttributes |
Add the given attributes to this IGraph<TShape>.
Further calls to WithAttributes(Attributes)
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 stages).
|
![]() | Async |
Put an asynchronous boundary around this Graph.
(Inherited from IGraph<TShape, TMaterialized>.) |
![]() | MapMaterializedValue<TMat2> |
Transform only the materialized value of this RunnableGraph, leaving all other properties as they were.
|
![]() | Named |
Add a name attribute to this Graph.
|
![]() | Run |
Run this flow and return the materialized instance from the flow.
|
![]() | WithAttributes |
Change the attributes of this IGraph< TShape> 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 stages).
|