Class AbstractScheduledService.CustomScheduler

java.lang.Object
com.google.common.util.concurrent.AbstractScheduledService.Scheduler
com.google.common.util.concurrent.AbstractScheduledService.CustomScheduler
Enclosing class:
AbstractScheduledService

@Beta @Deprecated(since="2022-12-01") public abstract static class AbstractScheduledService.CustomScheduler extends AbstractScheduledService.Scheduler
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
A AbstractScheduledService.Scheduler that provides a convenient way for the AbstractScheduledService to use a dynamically changing schedule. After every execution of the task, assuming it hasn't been cancelled, the getNextSchedule() method will be called.
Since:
11.0
  • Constructor Details

    • CustomScheduler

      public CustomScheduler()
      Deprecated.