All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.blueprint.blueprint.xml Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
    <reference id="situationDataSource"
               interface="org.opennms.alec.datasource.api.SituationDatasource"/>
    <service interface="org.opennms.alec.processor.api.SituationProcessorFactory">
        <bean class="org.opennms.alec.processor.standalone.StandaloneSituationProcessorFactory">
            <argument ref="situationDataSource"/>
        </bean>
    </service>
</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy