Class SkippedExecution


  • public class SkippedExecution
    extends Object
    A CDI event that is fired synchronously and asynchronously when a concurrent execution of a scheduled method is skipped.
    See Also:
    Scheduled.ConcurrentExecution.SKIP
    • Field Detail

      • triggerId

        public final String triggerId
      • fireTime

        public final Instant fireTime
    • Constructor Detail

      • SkippedExecution

        public SkippedExecution​(String triggerId,
                                Instant fireTime)