Class DeadLettersFilter
Filter which matches DeadLetter events, if the wrapped message conforms to the given type.
Implements
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public sealed class DeadLettersFilter : EventFilterBase, IEventFilter
Constructors
| Improve this Doc View SourceDeadLettersFilter(IStringMatcher, IStringMatcher, Predicate<DeadLetter>)
TBD
Declaration
public DeadLettersFilter(IStringMatcher messageMatcher, IStringMatcher sourceMatcher, Predicate<DeadLetter> isMatch = null)
Parameters
Type | Name | Description |
---|---|---|
IStringMatcher | messageMatcher | TBD |
IStringMatcher | sourceMatcher | TBD |
Predicate<DeadLetter> | isMatch | TBD |
Properties
| Improve this Doc View SourceFilterDescriptiveName
TBD
Declaration
protected override string FilterDescriptiveName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Methods
| Improve this Doc View SourceIsMatch(LogEvent)
TBD
Declaration
protected override bool IsMatch(LogEvent evt)
Parameters
Type | Name | Description |
---|---|---|
LogEvent | evt | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |