| KillSwitchesSingleT Method |
Creates a new
IGraphTShape of
FlowShapeTIn, TOut that materializes to an external switch that allows external completion
of that unique materialization. Different materializations result in different, independent switches.
For a Bidi version see
SingleBidiTIn1, TOut1
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static IGraph<FlowShape<T, T>, UniqueKillSwitch> Single<T>()
static member Single : unit -> IGraph<FlowShape<'T, 'T>, UniqueKillSwitch>
Type Parameters
- T
- TBD
Return Value
Type:
IGraphFlowShapeT,
T,
UniqueKillSwitchTBD
See Also