4142434445464748
super(); this.setEventStore(anEventStore); this.setExchangeName((String) aMessagingLocator); this.setExchangePublisher(new ExchangePublisher(this.exchangeName())); this.setPublishedNotificationTrackerStore(aPublishedNotificationTrackerStore); }
81828384858687
protected String name() { return this.getClass().getSimpleName(); } private ExchangePublisher exchangePublisher() { return new ExchangePublisher(Exchanges.COLLABORATION_EXCHANGE_NAME); }