_remoteExceptionHandler = new RemoteExceptionHandler(sourcesConn, dbusEventBuffer, eventFactory);
_relayCallsStats = _sourcesConn.getLocalRelayCallsStatsCollector();
_isReadLatestScnOnErrorEnabled = isReadLatestScnOnErrorEnabled;
_pullerBufferUtilizationPct = pullerBufferUtilPct;
_retriesOnFallOff = new BackoffTimer("RetriesOnFallOff",
new BackoffTimerStaticConfig(0, 0, 1, 0, sourcesConn.getConnectionConfig().getNumRetriesOnFallOff()));
_noEventsConnectionResetTimeSec = noEventsConnectionResetTimeSec;
}