Class ScheduledService

java.lang.Object
host.anzo.core.startup.ScheduledService
All Implemented Interfaces:
host.anzo.commons.interfaces.startup.IShutdownable

public class ScheduledService extends Object implements host.anzo.commons.interfaces.startup.IShutdownable
Since:
8/19/2021
  • Method Details

    • scheduleTasks

      public void scheduleTasks()
    • addScheduledMethod

      protected void addScheduledMethod(@NotNull @NotNull Class<?> serviceClass, @NotNull @NotNull Method method)
    • onShutdown

      public void onShutdown()
      Specified by:
      onShutdown in interface host.anzo.commons.interfaces.startup.IShutdownable