Package net.risesoft.service
Class AsyncUtilService
- java.lang.Object
-
- net.risesoft.service.AsyncUtilService
-
@EnableAsync @Service("asyncUtilService") public class AsyncUtilService extends Object
-
-
Constructor Summary
Constructors Constructor Description AsyncUtilService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)异步调用接口
-
-
-
Method Detail
-
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)
异步调用接口- Parameters:
tenantId- 租户idorgUnitId- 组织idprocessSerialNumber- 流程编号itemId- 流程idinfo- 接口信息processInstanceId- 流程实例idprocessDefinitionId- 流程定义idtaskId- 任务idtaskKey- 任务keyloopCounter- 循环次数- Returns:
-
-