Package io.iworkflow.core
Class RpcDefinitions
- java.lang.Object
-
- io.iworkflow.core.RpcDefinitions
-
public final class RpcDefinitions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRpcDefinitions.RpcFunc0<O>RPC with output onlystatic interfaceRpcDefinitions.RpcFunc1<I,O>RPC with input and outputstatic interfaceRpcDefinitions.RpcProc0RPC without input or outputstatic interfaceRpcDefinitions.RpcProc1<I>RPC with input only
-
Field Summary
Fields Modifier and Type Field Description static intINDEX_OF_INPUT_PARAMETERstatic intPARAMETERS_NO_INPUTstatic intPARAMETERS_WITH_INPUT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidvalidateRpcMethod(java.lang.reflect.Method method)
-
-
-
Field Detail
-
PARAMETERS_WITH_INPUT
public static final int PARAMETERS_WITH_INPUT
- See Also:
- Constant Field Values
-
PARAMETERS_NO_INPUT
public static final int PARAMETERS_NO_INPUT
- See Also:
- Constant Field Values
-
INDEX_OF_INPUT_PARAMETER
public static final int INDEX_OF_INPUT_PARAMETER
- See Also:
- Constant Field Values
-
-