yangys
2024-03-29 4b479381a65bd3ef526cb92631d3550f2aa17459
1
2
3
4
5
6
7
8
package com.qianwen.core.context.task;
 
/* loaded from: blade-core-context-9.3.0.0-SNAPSHOT.jar:org/springblade/core/context/task/TaskExecutorProvider.class */
public interface TaskExecutorProvider {
    String getExecutor();
 
    void executeTask(TaskExecutionContext context);
}