Interface CheckoutRollbackEventProducer


@Deprecated(since="1.7.2") public interface CheckoutRollbackEventProducer
Deprecated.
This producer is deprecated because it doesn't send durable messages. The new method was introduced CartProvider.sendRollbackEvent(com.broadleafcommerce.cartoperation.service.messaging.rollback.CheckoutRollbackEvent, com.broadleafcommerce.data.tracking.core.context.ContextInfo) to send the durable messages.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.messaging.MessageChannel
    Deprecated.
     
  • Field Details

  • Method Details

    • checkoutRollbackOutput

      @Output("checkoutRollbackOutput") org.springframework.messaging.MessageChannel checkoutRollbackOutput()
      Deprecated.