 | GraphStageLogic.SubSinkInlet<T>.Sink Property |
TBD
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxpublic IGraph<SinkShape<T>, NotUsed> Sink { get; }
member Sink : IGraph<SinkShape<'T>, NotUsed> with get
Property Value
Type:
IGraph<SinkShape<T>,
NotUsed>
See Also