Click or drag to resize
Akka.NETSinkholeSinkTIn Constructor
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public SinkholeSink(
	SinkShape<TIn> shape,
	Attributes attributes
)

Parameters

shape
Type: Akka.StreamsSinkShapeTIn
TBD
attributes
Type: Akka.StreamsAttributes
TBD
See Also