Uses of Interface
org.axonframework.eventhandling.deadletter.jdbc.DeadLetterTableFactory
Packages that use DeadLetterTableFactory
-
Uses of DeadLetterTableFactory in org.axonframework.eventhandling.deadletter.jdbc
Classes in org.axonframework.eventhandling.deadletter.jdbc that implement DeadLetterTableFactoryModifier and TypeClassDescriptionclassADeadLetterTableFactoryimplementation compatible with most databases.Methods in org.axonframework.eventhandling.deadletter.jdbc with parameters of type DeadLetterTableFactoryModifier and TypeMethodDescriptionvoidJdbcSequencedDeadLetterQueue.createSchema(DeadLetterTableFactory tableFactory) Performs the DDL queries to create the schema necessary for thisSequencedDeadLetterQueueimplementation.