 | Source<TOut, TMat>.AddAttributes Method |
Add the given attributes to this
Source<TOut, TMat>.
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).
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxpublic Source<TOut, TMat> AddAttributes(
Attributes attributes
)
member AddAttributes :
attributes : Attributes -> Source<'TOut, 'TMat>
Parameters
- attributes
- Type: Akka.Streams.Attributes
TBD
Return Value
Type:
Source<TOut,
TMat>TBD
See Also