.getTopic(), this.configuration.isPullMode(),
this.configuration.getMessageBoxURL());
monitor = new Monitor(monitorConfiguration);
}
MonitorEventData eventData = monitor.getEventData();
MonitorCallback callback = new MonitorCallback(eventData);
LoopbackPublisher publisher = new LoopbackPublisher(callback,
this.configuration.getTopic());
MonitorNotifier notifier = new MonitorNotifier(publisher);