Uses of Class
org.apache.logging.log4j.core.config.CronScheduledFuture
Packages that use CronScheduledFuture
-
Uses of CronScheduledFuture in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return CronScheduledFutureModifier and TypeMethodDescriptionConfigurationScheduler.scheduleWithCron(CronExpression cronExpression, Runnable command) Creates and executes an action that first based on a cron expression.ConfigurationScheduler.scheduleWithCron(CronExpression cronExpression, Date startDate, Runnable command) Creates and executes an action that first based on a cron expression.Methods in org.apache.logging.log4j.core.config with parameters of type CronScheduledFutureModifier and TypeMethodDescriptionvoidConfigurationScheduler.CronRunnable.setScheduledFuture(CronScheduledFuture<?> future)