Uses of Interface
org.axonframework.messaging.eventhandling.deadletter.jdbc.DeadLetterTableFactory
Packages that use DeadLetterTableFactory
Package
Description
Part of the Axon Messaging module.
-
Uses of DeadLetterTableFactory in org.axonframework.messaging.eventhandling.deadletter.jdbc
Classes in org.axonframework.messaging.eventhandling.deadletter.jdbc that implement DeadLetterTableFactoryModifier and TypeClassDescriptionclassADeadLetterTableFactoryimplementation compatible with most databases.Methods in org.axonframework.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.