Class JdbcDeadLetter<E extends EventMessage<?>>

java.lang.Object
org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter<E>
Type Parameters:
E - The EventMessage contained in this DeadLetter.
All Implemented Interfaces:
DeadLetter<E>

public class JdbcDeadLetter<E extends EventMessage<?>> extends Object implements DeadLetter<E>
A DeadLetter that was saved to a JDBC-backed database and reconstructed from it. This object is immutable and should only be changed using the withCause(Throwable), withDiagnostics(MetaData) and markTouched() functions. These reconstruct a new object with the specified new properties.
Since:
4.8.0
Author:
Mitchell Herrijgers, Steven van Beelen