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