| SubFlowImplTIn, TOut, TMat, TClosedWithAttributes Method |
Change the attributes of this
FlowTIn, TOut, TMat to the given ones. Note that this
operation has no effect on an empty Flow (because the attributes apply
only to the contained processing stages).
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public SubFlowImpl<TIn, TOut, TMat, TClosed> WithAttributes(
Attributes attributes
)
member WithAttributes :
attributes : Attributes -> SubFlowImpl<'TIn, 'TOut, 'TMat, 'TClosed>
Parameters
- attributes
- Type: Akka.StreamsAttributes
TBD
Return Value
Type:
SubFlowImplTIn,
TOut,
TMat,
TClosedTBD
Exceptions See Also