Interface ScheduledJobCompletedEventProducer
public interface ScheduledJobCompletedEventProducer
Spring cloud data channel description for messaging output. This channel is primarily responsible
for async IO related to notifying services about the completion of a scheduled job.
- Author:
- karanjariwala
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.MessageChannel
-
Field Details
-
CHANNEL
- See Also:
-
-
Method Details
-
scheduledJobCompletedEventOutput
@Output("scheduledJobCompletedEventOutput") org.springframework.messaging.MessageChannel scheduledJobCompletedEventOutput()
-