public interface TaskScheduler
TimerDrivenModules on a scheduled basis.| Modifier and Type | Method and Description |
|---|---|
<C extends TimerDrivenModuleContext,T extends TimerDrivenModule<C>> |
registerModuleAndContext(T module,
C context)
Register a module and its context.
|
void |
start()
Start scheduling tasks / delegating work to registered modules.
|
void |
stop()
Stop scheduling tasks.
|
<C extends TimerDrivenModuleContext,T extends TimerDrivenModule<C>> void registerModuleAndContext(T module, C context)
start().C - type of the metadata.T - type of the module.module - to register.context - of the module.void start()
void stop()
Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.