Uses of Interface
org.axonframework.messaging.eventhandling.deadletter.SequencedDeadLetterQueueFactory
Packages that use SequencedDeadLetterQueueFactory
Package
Description
Part of the Axon Extension module.
Part of the Axon Messaging module.
-
Uses of SequencedDeadLetterQueueFactory in org.axonframework.extension.springboot.autoconfig
Methods in org.axonframework.extension.springboot.autoconfig that return SequencedDeadLetterQueueFactoryModifier and TypeMethodDescriptionJdbcDeadLetterQueueAutoConfiguration.jdbcDeadLetterQueueFactory(DataSource dataSource, EventConverter eventConverter, Converter genericConverter, DeadLetterSchema schema) Creates a JDBC-backedSequencedDeadLetterQueueFactorythat instantiates aJdbcSequencedDeadLetterQueueper event handling component.JpaDeadLetterQueueAutoConfiguration.jpaDeadLetterQueueFactory(jakarta.persistence.EntityManagerFactory entityManagerFactory, EventConverter eventConverter, Converter genericConverter) Creates a JPA-backedSequencedDeadLetterQueueFactorythat instantiates aJpaSequencedDeadLetterQueueper event handling component. -
Uses of SequencedDeadLetterQueueFactory in org.axonframework.messaging.eventhandling.deadletter
Methods in org.axonframework.messaging.eventhandling.deadletter that return SequencedDeadLetterQueueFactoryModifier and TypeMethodDescriptionDeadLetterQueueConfiguration.factory()Returns theSequencedDeadLetterQueueFactoryused to createSequencedDeadLetterQueueinstances.Methods in org.axonframework.messaging.eventhandling.deadletter with parameters of type SequencedDeadLetterQueueFactoryModifier and TypeMethodDescriptionDeadLetterQueueConfiguration.factory(SequencedDeadLetterQueueFactory factory) Sets theSequencedDeadLetterQueueFactoryused to createSequencedDeadLetterQueueinstances.