Class CoreComponentInitializer
java.lang.Object
br.ufsc.labsec.component.CoreComponentInitializer
- All Implemented Interfaces:
InitializeComponentConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionCoreComponentInitializer(boolean immediateAnchorUpdate, boolean downloadLpa, boolean cacheUseRedis, Function<AbstractComponentConfiguration, ApplicationInterface> auxAppFactory) -
Method Summary
-
Constructor Details
-
CoreComponentInitializer
public CoreComponentInitializer(boolean immediateAnchorUpdate, boolean downloadLpa, boolean cacheUseRedis, Function<AbstractComponentConfiguration, ApplicationInterface> auxAppFactory)
-
-
Method Details
-
initialize
public void initialize(AbstractComponentConfiguration configuration) throws org.quartz.SchedulerException - Specified by:
initializein interfaceInitializeComponentConfiguration- Throws:
org.quartz.SchedulerException
-