| Package | Description |
|---|---|
| org.axonframework.eventhandling.deadletter.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDeadLetterStatementFactory<E extends EventMessage<?>>
Default implementation of the
DeadLetterStatementFactory used by the JdbcSequencedDeadLetterQueue
Constructs PreparedStatements that are compatible with most databases. |
| Modifier and Type | Method and Description |
|---|---|
JdbcSequencedDeadLetterQueue.Builder<E> |
JdbcSequencedDeadLetterQueue.Builder.statementFactory(DeadLetterStatementFactory<E> statementFactory)
Sets the
DeadLetterStatementFactory used to construct all
PreparedStatements executed by this SequencedDeadLetterQueue. |
Copyright © 2010–2025. All rights reserved.