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

    Constructors
    Constructor
    Description
    ScheduledDeploymentMessageFactory(com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.messaging.Message<com.broadleafcommerce.data.tracking.core.transition.WorkflowJobSchedulingRequest>
     

    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

    • 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:
      createMessage in interface com.broadleafcommerce.common.messaging.notification.MessageFactory<com.broadleafcommerce.data.tracking.core.transition.WorkflowJobSchedulingRequest>