Interface CheckoutCompletionProducer
public interface CheckoutCompletionProducer
Spring cloud data channel description for messaging output. This channel is primarily responsible
for async IO related to notifying services about a checkout that has completed successfully.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.MessageChannel
-
Field Details
-
TYPE
- See Also:
-
CHANNEL
- See Also:
-
-
Method Details
-
checkoutCompletionOutput
@Output("checkoutCompletionOutput") org.springframework.messaging.MessageChannel checkoutCompletionOutput()
-