Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Streams
SinkShape(TIn) Class
SinkShape(TIn) Constructor
SinkShape(TIn) Properties
SinkShape(TIn) Methods
SinkShape(TIn) Fields
SinkShape
TIn
Constructor
TBD
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
C#
F#
Copy
public
SinkShape
(
Inlet
<TIn>
inlet
)
new
:
inlet
:
Inlet
<'TIn>
->
SinkShape
Parameters
inlet
Type:
Akka.Streams
Inlet
TIn
TBD
Exceptions
Exception
Condition
ArgumentNullException
This exception is thrown when the specified
inlet
is undefined.
See Also
Reference
SinkShape
TIn
Class
Akka.Streams Namespace
Akka.NET Home
|
Learn Akka.NET