@Service(value="blDurableConsumeWorker") public class DurableConsumeWorkerImpl extends AbstractConsumerWorker
SystemEvent
instances
for this node. This worker specifically deals with GLOBAL_DURABLE event type.Modifier and Type | Field and Description |
---|---|
protected DatabaseSystemEventNode |
eventNode |
protected DurableEventStatusService |
statusService |
protected DatabaseSystemEventDao |
systemEventDao |
protected org.springframework.transaction.PlatformTransactionManager |
transactionManager |
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil |
transUtil |
Constructor and Description |
---|
DurableConsumeWorkerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.quartz.JobExecutionContext jobExecutionContext) |
void |
init() |
populateSystemEvents
protected DatabaseSystemEventNode eventNode
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil transUtil
protected org.springframework.transaction.PlatformTransactionManager transactionManager
protected DatabaseSystemEventDao systemEventDao
protected DurableEventStatusService statusService
@PostConstruct public void init()
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
Copyright © 2019. All rights reserved.