| SourceTOut, TMatWithAttributes Method |
Nests the current Source and returns a Source with the given Attributes
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Source<TOut, TMat> WithAttributes(
Attributes attributes
)
member WithAttributes :
attributes : Attributes -> Source<'TOut, 'TMat>
Parameters
- attributes
- Type: Akka.StreamsAttributes
The attributes to add
Return Value
Type:
SourceTOut,
TMatA new Source with the added attributes
See Also