| SinkFanoutPublisherTIn Method |
A
SinkTIn, TMat that materializes into
IPublisher
that can handle more than one
ISubscriber.
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, IPublisher<TIn>> FanoutPublisher<TIn>()
static member FanoutPublisher : unit -> Sink<'TIn, IPublisher<'TIn>>
Type Parameters
- TIn
- TBD
Return Value
Type:
SinkTIn,
IPublisherTInTBD
See Also