| Package | Description |
|---|---|
| org.axonframework.eventhandling.deadletter.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static <E extends EventMessage<?>> |
DefaultDeadLetterStatementFactory.builder()
Instantiate a builder to construct a
DefaultDeadLetterStatementFactory. |
DefaultDeadLetterStatementFactory.Builder<E> |
DefaultDeadLetterStatementFactory.Builder.eventSerializer(Serializer eventSerializer)
Sets the
Serializer to serialize the event payload,
MetaData, and diagnostics of the
DeadLetter when storing it to a database. |
DefaultDeadLetterStatementFactory.Builder<E> |
DefaultDeadLetterStatementFactory.Builder.genericSerializer(Serializer genericSerializer)
Sets the
Serializer to serialize the TrackingToken of a TrackedEventMessage instance
in the DeadLetter when storing it to the database. |
DefaultDeadLetterStatementFactory.Builder<E> |
DefaultDeadLetterStatementFactory.Builder.schema(DeadLetterSchema schema)
Sets the given
schema used to define the table and column names used when constructing all
PreparedStatements. |
| Constructor and Description |
|---|
DefaultDeadLetterStatementFactory(DefaultDeadLetterStatementFactory.Builder<E> builder)
Instantiate a default
DeadLetterStatementFactory based on the given builder. |
Copyright © 2010–2025. All rights reserved.