Class DeadLetterConfig

java.lang.Object
org.alfresco.elasticsearch.batchindexing.config.DeadLetterConfig

@Configuration @ConditionalOnProperty(prefix="alfresco.reindex.dead-letter", name="enabled", havingValue="true", matchIfMissing=true) public class DeadLetterConfig extends Object
Wires the dead-letter queue components. Guarded by alfresco.reindex.dead-letter.enabled; when disabled no beans are created, so the reindexing skip-listener hook stays a no-op.