Package de.g3s1.oss.cron.works.trigger
Class AbstractTrigger
java.lang.Object
de.g3s1.oss.cron.works.trigger.AbstractTrigger
- All Implemented Interfaces:
CronTrigger
- Direct Known Subclasses:
EveryHourCronTrigger,EveryMinuteCronTrigger,NextSecondCronTrigger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected java.time.InstantroundToNextSecond(java.time.Instant instant, java.time.ZoneOffset offset) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.g3s1.oss.cron.api.CronTrigger
nextExecution, shouldExecute, wasTriggered
-
Constructor Details
-
AbstractTrigger
public AbstractTrigger()
-
-
Method Details
-
roundToNextSecond
protected java.time.Instant roundToNextSecond(java.time.Instant instant, java.time.ZoneOffset offset)
-