| EventFilterFactoryDeadLetter 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
)
member DeadLetter :
type : Type *
isMatch : Func<Object, bool> *
?source : string
(* Defaults:
let _source = defaultArg source null
*)
-> IEventFilterApplier
Parameters
- type
- Type: SystemType
TBD - isMatch
- Type: SystemFuncObject, Boolean
TBD - source (Optional)
- Type: SystemString
TBD
Return Value
Type:
IEventFilterApplierTBD
See Also