This commit is contained in:
@@ -39,7 +39,7 @@ public final class SncpClient {
|
||||
|
||||
protected final Type[] paramTypes;
|
||||
|
||||
protected final Attribute[] paramAttrs; // 为null表示无SncpCall处理,index=0固定为null, 其他为参数标记的SncpCall回调方法
|
||||
protected final Attribute[] paramAttrs; // 为null表示无DynCall处理,index=0固定为null, 其他为参数标记的DynCall回调方法
|
||||
|
||||
protected final int handlerFuncParamIndex;
|
||||
|
||||
|
||||
@@ -120,7 +120,7 @@ public final class SncpDynServlet extends SncpServlet {
|
||||
@Resource
|
||||
protected BsonConvert convert;
|
||||
|
||||
protected org.redkale.util.Attribute[] paramAttrs; // 为null表示无SncpCall处理,index=0固定为null, 其他为参数标记的SncpCall回调方法
|
||||
protected org.redkale.util.Attribute[] paramAttrs; // 为null表示无DynCall处理,index=0固定为null, 其他为参数标记的DynCall回调方法
|
||||
|
||||
protected java.lang.reflect.Type[] paramTypes; //index=0表示返回参数的type, void的返回参数类型为null
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
||||
import org.redkale.util.*;
|
||||
|
||||
/**
|
||||
* 参数回写, 当Service的方法需要更改参数对象内部的数据时,需要使用SncpCall
|
||||
* 参数回写, 当Service的方法需要更改参数对象内部的数据时,需要使用DynCall
|
||||
*
|
||||
* @see http://www.redkale.org
|
||||
* @author zhangjx
|
||||
|
||||
Reference in New Issue
Block a user