| SubscriberSinkTIn Constructor |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public SubscriberSink(
ISubscriber<TIn> subscriber,
Attributes attributes,
SinkShape<TIn> shape
)
new :
subscriber : ISubscriber<'TIn> *
attributes : Attributes *
shape : SinkShape<'TIn> -> SubscriberSink
Parameters
- subscriber
- Type: ISubscriberTIn
TBD - attributes
- Type: Akka.StreamsAttributes
TBD - shape
- Type: Akka.StreamsSinkShapeTIn
TBD
See Also