Modifier and Type | Field and Description |
---|---|
ScheduledExecutorService |
scheduledExecutorService |
Constructor and Description |
---|
EmbeddedCronScheduler(ScheduledExecutorService scheduledExecutorService,
long initialDelay,
long checkInterval,
TimeUnit timeUnit,
String schedulerThreadName) |
Modifier and Type | Method and Description |
---|---|
void |
remove(AsyncEmbeddedCronJob cronJob) |
void |
run() |
void |
schedule(AsyncEmbeddedCronJob cronJob) |
public final ScheduledExecutorService scheduledExecutorService
public EmbeddedCronScheduler(ScheduledExecutorService scheduledExecutorService, long initialDelay, long checkInterval, TimeUnit timeUnit, String schedulerThreadName)
public void schedule(AsyncEmbeddedCronJob cronJob)
public void remove(AsyncEmbeddedCronJob cronJob)
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.