Click or drag to resize
Akka.NETDeadLettersFilter Class
Filter which matches DeadLetter events, if the wrapped message conforms to the given type.
Inheritance Hierarchy

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public sealed class DeadLettersFilter : EventFilterBase

The DeadLettersFilter type exposes the following members.

Constructors
  NameDescription
Public methodDeadLettersFilter
TBD
Top
Properties
Methods
  NameDescription
Public methodApply
TBD
(Inherited from EventFilterBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInternalDoMatch
Internal helper.
Remarks
Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.
(Inherited from EventFilterBase.)
Protected methodIsMatch
TBD
(Overrides EventFilterBaseIsMatch(LogEvent).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnEventMatched
TBD
(Inherited from EventFilterBase.)
Public methodToString
TBD
(Inherited from EventFilterBase.)
Top
Events
  NameDescription
Public eventEventMatched
TBD
(Inherited from EventFilterBase.)
Top
Extension Methods
See Also