Class ScheduledService

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

public class ScheduledService extends Object implements 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 IShutdownable