Uses of Interface
io.axoniq.framework.messaging.eventhandling.deadletter.jdbc.DeadLetterTableFactory
Packages that use DeadLetterTableFactory
Package
Description
Part of the Axon Messaging module.
-
Uses of DeadLetterTableFactory in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc
Classes in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc that implement DeadLetterTableFactoryModifier and TypeClassDescriptionclassADeadLetterTableFactoryimplementation compatible with most databases.Methods in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc with parameters of type DeadLetterTableFactoryModifier and TypeMethodDescriptionJdbcSequencedDeadLetterQueue.createSchema(DeadLetterTableFactory tableFactory, @Nullable ProcessingContext context) Performs the DDL queries to create the schema necessary for thisSequencedDeadLetterQueueimplementation.