All Downloads are FREE. Search and download functionalities are using the official Maven repository.

monad.face.services.RpcLocalExecutor.scala Maven / Gradle / Ivy

// Copyright 2013,2015,2016 the original author or authors. All rights reserved.
// site: http://www.ganshane.com
package monad.face.services

/**
 * RPC本地调用
 * @author jcai
 */
trait RpcLocalExecutor{
    def execute(methodId:Int,arg:Array[Any]):Object
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy