| SubscriberSinkTInNewInstance Method |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected override SinkModule<TIn, NotUsed> NewInstance(
SinkShape<TIn> shape
)
abstract NewInstance :
shape : SinkShape<'TIn> -> SinkModule<'TIn, NotUsed>
override NewInstance :
shape : SinkShape<'TIn> -> SinkModule<'TIn, NotUsed>
Parameters
- shape
- Type: Akka.StreamsSinkShapeTIn
TBD
Return Value
Type:
SinkModuleTIn,
NotUsedTBD
See Also