Interface CheckoutRollbackEventProducer


public interface CheckoutRollbackEventProducer
This producer is responsible to send the message to process the rollback if an error occurred during checkout.
Author:
Dima Myroniuk (dmyroniuk)
  • Field Summary

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

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

  • Method Details

    • checkoutRollbackOutput

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