Click or drag to resize
Akka.NETEventFilterFactoryDeadLetter Method (Type, FuncObject, 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(
	Type type,
	Func<Object, bool> isMatch,
	string source = null
)

Parameters

type
Type: SystemType
TBD
isMatch
Type: SystemFuncObject, Boolean
TBD
source (Optional)
Type: SystemString
TBD

Return Value

Type: IEventFilterApplier
TBD
See Also