Uses of Class
com.codingapi.flow.domain.DelayTask
Packages that use DelayTask
Package
Description
-
Uses of DelayTask in com.codingapi.flow.context
Methods in com.codingapi.flow.context that return types with arguments of type DelayTaskMethods in com.codingapi.flow.context with parameters of type DelayTaskModifier and TypeMethodDescriptionRepositoryHolderContext.createDelayTriggerService(DelayTask task) 构建延迟触发执行服务voidRepositoryHolderContext.deleteDelayTask(DelayTask delayTask) voidRepositoryHolderContext.saveDelayTask(DelayTask delayTask) -
Uses of DelayTask in com.codingapi.flow.domain
Methods in com.codingapi.flow.domain with parameters of type DelayTaskModifier and TypeMethodDescriptionvoidDelayTaskManager.addTask(DelayTask task, IRepositoryHolder repositoryHolder) 添加任务队列 -
Uses of DelayTask in com.codingapi.flow.mock
Methods in com.codingapi.flow.mock that return types with arguments of type DelayTaskMethods in com.codingapi.flow.mock with parameters of type DelayTaskModifier and TypeMethodDescriptionMockRepositoryHolder.createDelayTriggerService(DelayTask task) voidMockRepositoryHolder.deleteDelayTask(DelayTask delayTask) voidMockRepositoryHolder.saveDelayTask(DelayTask delayTask) -
Uses of DelayTask in com.codingapi.flow.mock.repository
Methods in com.codingapi.flow.mock.repository that return types with arguments of type DelayTaskMethods in com.codingapi.flow.mock.repository with parameters of type DelayTask -
Uses of DelayTask in com.codingapi.flow.repository
Methods in com.codingapi.flow.repository that return types with arguments of type DelayTaskMethods in com.codingapi.flow.repository with parameters of type DelayTask -
Uses of DelayTask in com.codingapi.flow.service.impl
Constructors in com.codingapi.flow.service.impl with parameters of type DelayTaskModifierConstructorDescriptionFlowDelayTriggerService(DelayTask delayTask, IRepositoryHolder repositoryHolder) -
Uses of DelayTask in com.codingapi.flow.session
Methods in com.codingapi.flow.session that return types with arguments of type DelayTaskMethods in com.codingapi.flow.session with parameters of type DelayTaskModifier and TypeMethodDescriptionIRepositoryHolder.createDelayTriggerService(DelayTask task) 构建延迟触发执行服务voidIRepositoryHolder.deleteDelayTask(DelayTask delayTask) 删除延迟任务voidIRepositoryHolder.saveDelayTask(DelayTask delayTask) 保存延迟任务