Interface ScheduledJobCompletedEventConsumer


public interface ScheduledJobCompletedEventConsumer
Spring cloud data channel description for messaging input. This channel is primarily responsible for async IO related to being notified that a ScheduledJobCompletedEvent has occurred.
Since:
Scheduled Job Service 2.1.4, Release Train 2.1.4, Scheduled Job Service 2.2.0, Release Train 2.2.0
Author:
karanjariwala
See Also:
  • 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

    • scheduledJobCompletedInputScheduledJob

      @Input("scheduledJobCompletedInputScheduledJob") org.springframework.messaging.SubscribableChannel scheduledJobCompletedInputScheduledJob()