Click or drag to resize
Akka.NETSourceTOut, 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.42 (1.2.3.42)
Syntax
public Source<TOut, TMat> WithAttributes(
	Attributes attributes
)

Parameters

attributes
Type: Akka.StreamsAttributes
The attributes to add

Return Value

Type: SourceTOut, TMat
A new Source with the added attributes
See Also