Uses of Interface
io.axoniq.framework.messaging.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
Packages that use DeadLetterStatementFactory
Package
Description
Part of the Axon Messaging module.
-
Uses of DeadLetterStatementFactory in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc
Classes in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc that implement DeadLetterStatementFactoryModifier and TypeClassDescriptionclassDefaultDeadLetterStatementFactory<E extends EventMessage>Default implementation of theDeadLetterStatementFactoryused by theJdbcSequencedDeadLetterQueue.Methods in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc with parameters of type DeadLetterStatementFactoryModifier and TypeMethodDescriptionJdbcSequencedDeadLetterQueue.Builder.statementFactory(DeadLetterStatementFactory<E> statementFactory) Sets theDeadLetterStatementFactoryused to construct allPreparedStatementsexecuted by thisSequencedDeadLetterQueue.