Click or drag to resize
Akka.NETSourceFromPublisherT 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.42 (1.2.3.42)
Syntax
public static Source<T, NotUsed> FromPublisher<T>(
	IPublisher<T> publisher
)

Parameters

publisher
Type: IPublisherT
TBD

Type Parameters

T
TBD

Return Value

Type: SourceT, NotUsed
TBD
See Also