super.init(synapseEnvironment);
// Initialize the SAL Sessions if already has not been initialized.
SALSessions salSessions = SALSessions.getInstance();
if (!salSessions.isInitialized()) {
salSessions.initialize(isClusteringEnabled, cc);
}
//For each root level SAL endpoints , all children are registered
// This is for cluttering as in clustering only endpoint names are replicated
// and it needs way to pick endpoints by name