Class RepeatingTaskDecoratorHandler
java.lang.Object
com.thewinterframework.service.decorator.scheduler.SchedulerDecoratorHandler<RepeatingTask>
com.thewinterframework.service.decorator.scheduler.RepeatingTaskDecoratorHandler
- All Implemented Interfaces:
ServiceDecoratorHandler<RepeatingTask>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the type of annotation this handler processes.protected SchedulerMethodmap(Class<?> service, RepeatingTask annotation, AnnotatedMethodHandle<RepeatingTask> method) Methods inherited from class com.thewinterframework.service.decorator.scheduler.SchedulerDecoratorHandler
onDiscover, onPluginEnableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thewinterframework.service.decorator.ServiceDecoratorHandler
onConfigure, onDiscoverOnType, onPluginDisable, onPluginLoad
-
Constructor Details
-
RepeatingTaskDecoratorHandler
public RepeatingTaskDecoratorHandler()
-
-
Method Details
-
map
protected SchedulerMethod map(Class<?> service, RepeatingTask annotation, AnnotatedMethodHandle<RepeatingTask> method) - Specified by:
mapin classSchedulerDecoratorHandler<RepeatingTask>
-
getAnnotationType
Description copied from interface:ServiceDecoratorHandlerGets the type of annotation this handler processes.- Returns:
- The annotation type.
-