Class StartDataFeedProcessExecutionRequestMessageFactory
java.lang.Object
com.broadleafcommerce.datafeed.messaging.factory.StartDataFeedProcessExecutionRequestMessageFactory
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.MessageFactory<StartDataFeedProcessExecutionRequest>
public class StartDataFeedProcessExecutionRequestMessageFactory
extends Object
implements com.broadleafcommerce.common.messaging.notification.MessageFactory<StartDataFeedProcessExecutionRequest>
MessageFactory
for creating StartDataFeedProcessExecutionRequest
messages.- See Also:
-
Constructor Summary
ConstructorDescriptionStartDataFeedProcessExecutionRequestMessageFactory
(com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected StartDataFeedProcessExecutionRequest
buildPayload
(Object persistedExecution, DataFeedProcessExecution emittingExecution) org.springframework.messaging.Message<StartDataFeedProcessExecutionRequest>
createMessage
(Object persistedExecution) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.common.messaging.notification.MessageFactory
createMessage
-
Constructor Details
-
StartDataFeedProcessExecutionRequestMessageFactory
public StartDataFeedProcessExecutionRequestMessageFactory(com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapper)
-
-
Method Details
-
createMessage
public org.springframework.messaging.Message<StartDataFeedProcessExecutionRequest> createMessage(Object persistedExecution) - Specified by:
createMessage
in interfacecom.broadleafcommerce.common.messaging.notification.MessageFactory<StartDataFeedProcessExecutionRequest>
-
buildPayload
protected StartDataFeedProcessExecutionRequest buildPayload(Object persistedExecution, DataFeedProcessExecution emittingExecution)
-