Interface ScheduledJobStartedEventConsumer


public interface ScheduledJobStartedEventConsumer
Spring cloud data channel description for messaging input. This channel is primarily responsible for async IO related to being notified that a ScheduledJobStartedEvent 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

    • scheduledJobStartedInputScheduledJob

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