Package host.anzo.core.startup
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 Summary
Modifier and TypeMethodDescriptionprotected voidaddScheduledMethod(@NotNull Class<?> serviceClass, @NotNull Method method) voidvoid
-
Method Details
-
scheduleTasks
public void scheduleTasks() -
addScheduledMethod
-
onShutdown
public void onShutdown()- Specified by:
onShutdownin interfacehost.anzo.commons.interfaces.startup.IShutdownable
-