Package org.apache.polaris.service.task
Interface TaskExecutor
- All Known Implementing Classes:
TaskExecutorImpl
public interface TaskExecutor
Execute a task asynchronously with a provided context. The context must be cloned so that callers
can close their own context and closables
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTaskHandlerContext(long taskEntityId, org.apache.polaris.core.context.CallContext callContext)
-
Method Details
-
addTaskHandlerContext
void addTaskHandlerContext(long taskEntityId, org.apache.polaris.core.context.CallContext callContext)
-