| SourceTOut, TMatNamed Method |
Add a name attribute to this Source.
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> Named(
string name
)
member Named :
name : string -> Source<'TOut, 'TMat>
Parameters
- name
- Type: SystemString
TBD
Return Value
Type:
SourceTOut,
TMatTBD
See Also