Interface VendorNotificationEventProducer
public interface VendorNotificationEventProducer
Spring cloud data channel description for messaging output. This channel is primarily responsible
for async IO related to notifying services about a new vendor being mutated.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.MessageChannel
-
Field Details
-
TYPE
- See Also:
-
CHANNEL
- See Also:
-
-
Method Details
-
vendorNotificationOutput
@Output("vendorNotificationOutput") org.springframework.messaging.MessageChannel vendorNotificationOutput()
-