Package com.alibaba.dubbo.rpc.benchmark

Examples of com.alibaba.dubbo.rpc.benchmark.DemoService


    }

    @SuppressWarnings({ "unchecked", "rawtypes" })
    @Override
    public Object invoke(ServiceFactory serviceFactory) {
        DemoService demoService = (DemoService) serviceFactory.get(DemoService.class);
        return demoService.sendRequest("hello");
    }
View Full Code Here

TOP

Related Classes of com.alibaba.dubbo.rpc.benchmark.DemoService

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.