类 AsyncUtilService
- java.lang.Object
-
- net.risesoft.service.AsyncUtilService
-
@EnableAsync @Service("asyncUtilService") public class AsyncUtilService extends Object
-
-
构造器概要
构造器 构造器 说明 AsyncUtilService()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Future<Boolean>asynInterface(String tenantId, String orgUnitId, String processSerialNumber, String itemId, net.risesoft.model.itemadmin.InterfaceModel info, String processInstanceId, String processDefinitionId, String taskId, String taskKey, Integer loopCounter)异步调用接口
-
-
-
方法详细资料
-
asynInterface
@Async public Future<Boolean> asynInterface(String tenantId, String orgUnitId, String processSerialNumber, String itemId, net.risesoft.model.itemadmin.InterfaceModel info, String processInstanceId, String processDefinitionId, String taskId, String taskKey, Integer loopCounter)
异步调用接口- 参数:
tenantId- 租户idorgUnitId- 组织idprocessSerialNumber- 流程编号itemId- 流程idinfo- 接口信息processInstanceId- 流程实例idprocessDefinitionId- 流程定义idtaskId- 任务idtaskKey- 任务keyloopCounter- 循环次数- 返回:
-
-