Click or drag to resize
Akka.NETSubscriberSource<TOut>.Create Method
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override IPublisher<TOut> Create(
	MaterializationContext context,
	out ISubscriber<TOut> materializer
)

Parameters

context
Type: Akka.Streams.MaterializationContext
TBD
materializer
Type: ISubscriber<TOut>
TBD

Return Value

Type: IPublisher<TOut>
TBD
See Also