yangys
2024-04-01 86cdd920b68274185233383f69ddb974052b6b6f
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);
}