Package net.csdn.modules.thrift

Examples of net.csdn.modules.thrift.ThriftModule


*/
public class ThriftLoader implements Loader {

    @Override
    public void load(Settings settings) throws Exception {
        ServiceFramwork.AllModules.add(new ThriftModule());
    }
View Full Code Here

TOP

Related Classes of net.csdn.modules.thrift.ThriftModule

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.