2013-12-03 09:55:59 -06:00
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
|
|
|
|
|
|
|
|
<bean factory-bean="eventBus" factory-method="register">
|
|
|
|
<constructor-arg ref="RegistrySubscriptionManager" />
|
|
|
|
</bean>
|
2014-02-20 12:17:32 -06:00
|
|
|
|
|
|
|
<bean factory-bean="eventBus" factory-method="register">
|
|
|
|
<constructor-arg ref="RegistryFederationManager" />
|
|
|
|
</bean>
|
2013-12-03 09:55:59 -06:00
|
|
|
|
|
|
|
<bean factory-bean="eventBus" factory-method="register">
|
|
|
|
<constructor-arg ref="AuditableEventService" />
|
|
|
|
</bean>
|
|
|
|
</beans>
|