![]() | EventFilterFactory.DeadLetter Method |
Name | Description | |
---|---|---|
![]() | DeadLetter() |
Creates a filter that catches dead letters
|
![]() | DeadLetter<TMessage>(String) |
Creates a filter that catches dead letters of the specified type and, optionally from the specified source.
|
![]() | DeadLetter<TMessage>(Func<TMessage, Boolean>, String) |
Creates a filter that catches dead letters of the specified type and matches the predicate, and optionally from the specified source.
|
![]() | DeadLetter(Type, String) |
Creates a filter that catches dead letters of the specified type and, optionally from the specified source.
|
![]() | DeadLetter(Type, Func<Object, Boolean>, String) |
Creates a filter that catches dead letters of the specified type and matches the predicate, and optionally from the specified source.
|