Uses of Class
org.apache.logging.log4j.core.config.CronScheduledFuture
-
Packages that use CronScheduledFuture Package Description org.apache.logging.log4j.core.config Configuration of Log4j 2. -
-
Uses of CronScheduledFuture in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return CronScheduledFuture Modifier and Type Method Description CronScheduledFuture<?>
ConfigurationScheduler. scheduleWithCron(CronExpression cronExpression, Runnable command)
Creates and executes an action that first based on a cron expression.CronScheduledFuture<?>
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 CronScheduledFuture Modifier and Type Method Description void
ConfigurationScheduler.CronRunnable. setScheduledFuture(CronScheduledFuture<?> future)
-