Click or drag to resize
Akka.NETTestPublisherLazyErrorT Method
Publisher subscribes the subscriber and signals error after the first request.

Namespace:  Akka.Streams.TestKit
Assembly:  Akka.Streams.TestKit (in Akka.Streams.TestKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IPublisher<T> LazyError<T>(
	Exception exception
)

Parameters

exception
Type: SystemException

[Missing <param name="exception"/> documentation for "M:Akka.Streams.TestKit.TestPublisher.LazyError``1(System.Exception)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Akka.Streams.TestKit.TestPublisher.LazyError``1(System.Exception)"]

Return Value

Type: IPublisherT

[Missing <returns> documentation for "M:Akka.Streams.TestKit.TestPublisher.LazyError``1(System.Exception)"]

See Also