Class ScheduledDeploymentMessageFactory
java.lang.Object
com.broadleafcommerce.sandbox.messaging.ScheduledDeploymentMessageFactory
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.MessageFactory<com.broadleafcommerce.data.tracking.core.transition.WorkflowJobSchedulingRequest>
public class ScheduledDeploymentMessageFactory
extends Object
implements com.broadleafcommerce.common.messaging.notification.MessageFactory<com.broadleafcommerce.data.tracking.core.transition.WorkflowJobSchedulingRequest>
MessageFactory for creating WorkflowJobSchedulingRequest messages for scheduling
a deployment job with the scheduled job service.- Author:
- Jeff Fischer
-
Constructor Summary
ConstructorsConstructorDescriptionScheduledDeploymentMessageFactory(com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapper) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.Message<com.broadleafcommerce.data.tracking.core.transition.WorkflowJobSchedulingRequest>createMessage(Object entity) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.broadleafcommerce.common.messaging.notification.MessageFactory
createMessage
-
Constructor Details
-
ScheduledDeploymentMessageFactory
public ScheduledDeploymentMessageFactory(com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapper)
-
-
Method Details
-
createMessage
public org.springframework.messaging.Message<com.broadleafcommerce.data.tracking.core.transition.WorkflowJobSchedulingRequest> createMessage(Object entity) - Specified by:
createMessagein interfacecom.broadleafcommerce.common.messaging.notification.MessageFactory<com.broadleafcommerce.data.tracking.core.transition.WorkflowJobSchedulingRequest>
-