s.jalarms-protobuf.1.7.2.source-code.jalarms-protobuf.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:p="http://www.springframework.org/schema/p" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd"> <context:annotation-config/> <bean id="alarmSender" class="com.solab.alarms.AlarmSenderImpl"> <property name="alarmChannels"><list> <bean class="com.solab.alarms.channels.TestChannel" /> </list></property> </bean> <bean id="main" class="com.solab.alarms.ProtobufAlarmServer"> <constructor-arg value="9998" /> </bean> </beans>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy