Package | Description |
---|---|
org.axonframework.eventhandling.deadletter.jdbc | |
org.axonframework.springboot.autoconfig |
Modifier and Type | Method and Description |
---|---|
DeadLetterSchema |
DeadLetterSchema.Builder.build()
Initializes a
DeadLetterSchema as specified through this Builder. |
static DeadLetterSchema |
DeadLetterSchema.defaultSchema()
Instantiate a default
DeadLetterSchema using the pre-configured column names. |
Modifier and Type | Method and Description |
---|---|
protected String |
GenericDeadLetterTableFactory.createTableSql(DeadLetterSchema schema)
Constructs the SQL to create a dead-letter table, using the given
schema to deduce the table and column
names. |
Statement |
GenericDeadLetterTableFactory.createTableStatement(Connection connection,
DeadLetterSchema schema) |
Statement |
DeadLetterTableFactory.createTableStatement(Connection connection,
DeadLetterSchema schema)
Creates a
Statement to use for construction of a
DeadLetter entry table and its indices. |
protected String |
GenericDeadLetterTableFactory.processingGroupIndexSql(DeadLetterSchema schema)
Constructs the SQL to create an index of the
processing group ,
using the given schema to deduce the table and column names. |
JdbcSequencedDeadLetterQueue.Builder<E> |
JdbcSequencedDeadLetterQueue.Builder.schema(DeadLetterSchema schema)
Sets the
DeadLetterSchema used to constructs the table and indices required by this
SequencedDeadLetterQueue . |
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 . |
DefaultDeadLetterJdbcConverter.Builder<E> |
DefaultDeadLetterJdbcConverter.Builder.schema(DeadLetterSchema schema)
Sets the given
schema used to define the column names / labels with to return fields from the
ResultSet . |
protected String |
GenericDeadLetterTableFactory.sequenceIdentifierIndexSql(DeadLetterSchema schema)
Constructs the SQL to create an index for the
processing group
and sequence indentifier combination, using the given
schema to deduce the table and column names. |
Modifier and Type | Method and Description |
---|---|
DeadLetterSchema |
JdbcAutoConfiguration.deadLetterSchema() |
Modifier and Type | Method and Description |
---|---|
DeadLetterQueueProviderConfigurerModule |
JdbcAutoConfiguration.deadLetterQueueProviderConfigurerModule(EventProcessorProperties eventProcessorProperties,
ConnectionProvider connectionProvider,
TransactionManager transactionManager,
DeadLetterSchema schema,
Serializer eventSerializer,
Serializer genericSerializer) |
Copyright © 2010–2024. All rights reserved.