Interface CartApprovalRequestNotificationProducer


public interface CartApprovalRequestNotificationProducer
Spring cloud data channel description for messaging output. This channel is primarily responsible for async notification of Approver users belonging to the same account as the submitted cart. This is for the event that the notification service should handle.
  • Field Summary

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

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

  • Method Details

    • cartApprovalRequestNotificationOutput

      @Output("cartApprovalRequestNotificationOutput") org.springframework.messaging.SubscribableChannel cartApprovalRequestNotificationOutput()