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