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 -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.MessageChannel
-
Field Details
-
TYPE
- See Also:
-
CHANNEL
- See Also:
-
-
Method Details
-
checkoutRollbackOutput
@Output("checkoutRollbackOutput") org.springframework.messaging.MessageChannel checkoutRollbackOutput()
-