| EventFilterFactoryDeadLetter Method |
| Name | Description | |
|---|---|---|
| DeadLetter |
Creates a filter that catches dead letters
| |
| DeadLetterTMessage(String) |
Creates a filter that catches dead letters of the specified type and, optionally from the specified source.
| |
| DeadLetterTMessage(FuncTMessage, 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, FuncObject, Boolean, String) |
Creates a filter that catches dead letters of the specified type and matches the predicate, and optionally from the specified source.
|