@Module
public final class CronModule
extends Object
Dagger module for the cron package.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT_PARAM
public static final String ENDPOINT_PARAM
- See Also:
-
-
QUEUE_PARAM
public static final String QUEUE_PARAM
- See Also:
-
-
FOR_EACH_REAL_TLD_PARAM
public static final String FOR_EACH_REAL_TLD_PARAM
- See Also:
-
-
FOR_EACH_TEST_TLD_PARAM
public static final String FOR_EACH_TEST_TLD_PARAM
- See Also:
-
-
RUN_IN_EMPTY_PARAM
public static final String RUN_IN_EMPTY_PARAM
- See Also:
-
-
EXCLUDE_PARAM
public static final String EXCLUDE_PARAM
- See Also:
-
-
JITTER_SECONDS_PARAM
public static final String JITTER_SECONDS_PARAM
- See Also:
-
-
Constructor Details
-
CronModule
public CronModule()