Package io.tech1.framework.domain.time
Class SchedulerConfiguration
- java.lang.Object
-
- io.tech1.framework.domain.time.SchedulerConfiguration
-
public class SchedulerConfiguration extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)longgetDelay()longgetInitialDelay()TimeUnitgetUnit()inthashCode()static SchedulerConfigurationnever()static SchedulerConfigurationof(long initialDelay, long delay, TimeUnit unit)StringtoString()
-
-
-
Method Detail
-
never
public static SchedulerConfiguration never()
-
of
public static SchedulerConfiguration of(long initialDelay, long delay, TimeUnit unit)
-
getInitialDelay
public long getInitialDelay()
-
getDelay
public long getDelay()
-
getUnit
public TimeUnit getUnit()
-
canEqual
protected boolean canEqual(Object other)
-
-