Uses of Class
com.broadleafcommerce.datafeed.service.manager.DataFeedProcessExecutionManager
Package
Description
-
Uses of DataFeedProcessExecutionManager in com.broadleafcommerce.datafeed.messaging.listener
Modifier and TypeMethodDescriptionprotected DataFeedProcessExecutionManager
DataFeedExecutionRequestScheduledJobListener.getDataFeedProcessExecutionManager()
protected DataFeedProcessExecutionManager
StartDataFeedProcessExecutionRequestListener.getDataFeedProcessExecutionManager()
ModifierConstructorDescriptionDataFeedExecutionRequestScheduledJobListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, DataFeedProcessExecutionManager dataFeedProcessExecutionManager, com.broadleafcommerce.common.extension.TypeFactory typeFactory) StartDataFeedProcessExecutionRequestListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, DataFeedProcessExecutionManager dataFeedProcessExecutionManager) -
Uses of DataFeedProcessExecutionManager in com.broadleafcommerce.datafeed.service.manager
Modifier and TypeMethodDescriptionprotected DataFeedProcessExecutionManager
DataFeedPublicationManager.getExecutionManager()
Lazy injection of this component since both are at a similar level of abstraction and we want to avoid circular dependency issues.Modifier and TypeMethodDescriptionvoid
DataFeedPublicationManager.setExecutionManager
(DataFeedProcessExecutionManager executionManager) Lazy injection of this component since both are at a similar level of abstraction and we want to avoid circular dependency issues.