| SinkFromSubscriberTIn Method |
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static Sink<TIn, NotUsed> FromSubscriber<TIn>(
ISubscriber<TIn> subscriber
)
static member FromSubscriber :
subscriber : ISubscriber<'TIn> -> Sink<'TIn, NotUsed>
Parameters
- subscriber
- Type: ISubscriberTIn
TBD
Type Parameters
- TIn
- TBD
Return Value
Type:
SinkTIn,
NotUsedTBD
See Also