Class NextJobExecutionChangedEvent


  • public class NextJobExecutionChangedEvent
    extends Object
    Sent whenever there is a change to which job execution is next on the list of pending job executions for a thing, as defined for DescribeJobExecution with jobId $next. This message is not sent when the next job's execution details change, only when the next job that would be returned by DescribeJobExecution with jobId $next has changed.
    • Field Detail

      • execution

        public JobExecutionData execution
        Contains data about a job execution.
      • timestamp

        public Timestamp timestamp
        The time when the message was sent.
    • Constructor Detail

      • NextJobExecutionChangedEvent

        public NextJobExecutionChangedEvent()