| SourceFromPublisherT Method |
Helper to create
SourceTOut, TMat from
IPublisher.
Construct a transformation starting with given publisher. The transformation steps
are executed by a series of
IProcessor instances
that mediate the flow of elements downstream and the propagation of
back-pressure upstream.
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static Source<T, NotUsed> FromPublisher<T>(
IPublisher<T> publisher
)
static member FromPublisher :
publisher : IPublisher<'T> -> Source<'T, NotUsed>
Parameters
- publisher
- Type: IPublisherT
TBD
Type Parameters
- T
- TBD
Return Value
Type:
SourceT,
NotUsedTBD
See Also