Search in sources :

Example 1 with ModulesProvider

use of com.netflix.conductor.bootstrap.ModulesProvider in project conductor by Netflix.

the class ServletContextListener method getInjector.

@Override
protected Injector getInjector() {
    loadProperties();
    SystemPropertiesConfiguration config = new SystemPropertiesConfiguration();
    serverInjector = Guice.createInjector(new ModulesProvider(config).get());
    return serverInjector;
}
Also used : ModulesProvider(com.netflix.conductor.bootstrap.ModulesProvider) SystemPropertiesConfiguration(com.netflix.conductor.core.config.SystemPropertiesConfiguration)

Aggregations

ModulesProvider (com.netflix.conductor.bootstrap.ModulesProvider)1 SystemPropertiesConfiguration (com.netflix.conductor.core.config.SystemPropertiesConfiguration)1