Package com.netflix.hystrix.contrib.javanica.aop.aspectj

Examples of com.netflix.hystrix.contrib.javanica.aop.aspectj.HystrixCommandAspect


@ComponentScan("com.netflix.hystrix.contrib.javanica.test.spring")
public class SpringApplicationContext {

    @Bean
    public HystrixCommandAspect hystrixAspect() {
        return new HystrixCommandAspect();
    }
View Full Code Here

TOP

Related Classes of com.netflix.hystrix.contrib.javanica.aop.aspectj.HystrixCommandAspect

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.