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 SummaryConstructorsConstructorDescriptionStartDataFeedProcessExecutionRequestMessageFactory(com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapper) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected StartDataFeedProcessExecutionRequestbuildPayload(Object persistedExecution, DataFeedProcessExecution emittingExecution) org.springframework.messaging.Message<StartDataFeedProcessExecutionRequest>createMessage(Object persistedExecution) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.broadleafcommerce.common.messaging.notification.MessageFactorycreateMessage
- 
Constructor Details- 
StartDataFeedProcessExecutionRequestMessageFactorypublic StartDataFeedProcessExecutionRequestMessageFactory(com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapper) 
 
- 
- 
Method Details- 
createMessagepublic org.springframework.messaging.Message<StartDataFeedProcessExecutionRequest> createMessage(Object persistedExecution) - Specified by:
- createMessagein interface- com.broadleafcommerce.common.messaging.notification.MessageFactory<StartDataFeedProcessExecutionRequest>
 
- 
buildPayloadprotected StartDataFeedProcessExecutionRequest buildPayload(Object persistedExecution, DataFeedProcessExecution emittingExecution) 
 
-