- java.lang.Object
-
- org.redkale.net.sncp.SncpRemoteInfo.SncpRemoteAction
-
- 封闭类:
- SncpRemoteInfo<S extends Service>
public static final class SncpRemoteInfo.SncpRemoteAction extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Uint128
actionid
protected SncpHeader
header
protected Method
method
protected int
paramAddressSourceIndex
protected int
paramAddressTargetIndex
protected Class[]
paramClasses
protected int
paramHandlerAttachIndex
protected Class<? extends CompletionHandler>
paramHandlerClass
protected int
paramHandlerIndex
protected Type
paramHandlerResultType
protected int
paramTopicTargetIndex
protected Type[]
paramTypes
protected Class<? extends Future>
returnFutureClass
protected Creator<? extends CompletableFuture>
returnFutureCreator
protected Type
returnFutureResultType
protected Type
returnObjectType
-
-
-
字段详细资料
-
actionid
protected final Uint128 actionid
-
method
protected final Method method
-
returnObjectType
protected final Type returnObjectType
-
paramTypes
protected final Type[] paramTypes
-
paramClasses
protected final Class[] paramClasses
-
paramHandlerIndex
protected final int paramHandlerIndex
-
paramHandlerAttachIndex
protected final int paramHandlerAttachIndex
-
paramAddressTargetIndex
protected final int paramAddressTargetIndex
-
paramAddressSourceIndex
protected final int paramAddressSourceIndex
-
paramTopicTargetIndex
protected final int paramTopicTargetIndex
-
paramHandlerClass
protected final Class<? extends CompletionHandler> paramHandlerClass
-
paramHandlerResultType
protected final Type paramHandlerResultType
-
returnFutureResultType
protected final Type returnFutureResultType
-
returnFutureCreator
protected final Creator<? extends CompletableFuture> returnFutureCreator
-
header
protected final SncpHeader header
-
-