Click or drag to resize
Akka.NETEventFilterFactoryDeadLetterTMessage Method (FuncTMessage, Boolean, String)
Creates a filter that catches dead letters of the specified type and matches the predicate, 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>(
	Func<TMessage, bool> isMatch,
	string source = null
)

Parameters

isMatch
Type: SystemFuncTMessage, Boolean
TBD
source (Optional)
Type: SystemString
TBD

Type Parameters

TMessage
TBD

Return Value

Type: IEventFilterApplier
TBD
See Also