Package io.iworkflow.core
Class RpcInvocationHandler
- java.lang.Object
-
- io.iworkflow.core.RpcInvocationHandler
-
public class RpcInvocationHandler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RpcInvocationHandler(UnregisteredClient unregisteredClient, java.lang.String workflowId, java.lang.String workflowRunId, PersistenceOptions schemaOptions, java.util.List<SearchAttributeKeyAndType> searchAttributeKeyAndTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
intercept(java.lang.Object[] allArguments, java.lang.reflect.Method method)
-
-
-
Constructor Detail
-
RpcInvocationHandler
public RpcInvocationHandler(UnregisteredClient unregisteredClient, java.lang.String workflowId, java.lang.String workflowRunId, PersistenceOptions schemaOptions, java.util.List<SearchAttributeKeyAndType> searchAttributeKeyAndTypes)
-
-