*/
@SuppressWarnings("unchecked")
public void init() throws PlatformException {
//Register HystrixEventNotifier
if (HystrixPlugins.getInstance().getEventNotifier() == null) {
HystrixPlugins.getInstance().registerEventNotifier(new HystrixEventReceiver());
}
// store the thread's context class loader for later use in on the fly loading of proxy handler app contexts
this.tccl = Thread.currentThread().getContextClassLoader();
// The common proxy handler beans context is loaded first using the Platform common beans context as parent