Click or drag to resize
Akka.NETEventFilterFactoryDeadLetterTMessage Method (String)
Creates a filter that catches dead letters of the specified type and, optionally from the specified source.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public IEventFilterApplier DeadLetter<TMessage>(
	string source = null
)

Parameters

source (Optional)
Type: SystemString
TBD

Type Parameters

TMessage
TBD

Return Value

Type: IEventFilterApplier
TBD
See Also