Package host.anzo.core.startup
Class ScheduledService
java.lang.Object
host.anzo.core.startup.ScheduledService
- All Implemented Interfaces:
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 interfaceIShutdownable
-