Package com.flipkart.phantom.runtime.impl.hystrix

Examples of com.flipkart.phantom.runtime.impl.hystrix.HystrixEventReceiver


     */
    @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
View Full Code Here

TOP

Related Classes of com.flipkart.phantom.runtime.impl.hystrix.HystrixEventReceiver

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.