public class ExecuteOperation extends java.lang.Object implements Operation<ExecuteArgs,ExecuteResult>
| Constructor and Description |
|---|
ExecuteOperation(io.flamingock.internal.util.id.RunnerId runnerId,
ExecutionPlanner executionPlanner,
StageExecutor stageExecutor,
OrphanExecutionContext orphanExecutionContext,
EventPublisher eventPublisher,
boolean throwExceptionIfCannotObtainLock,
java.lang.Runnable finalizer) |
| Modifier and Type | Method and Description |
|---|---|
ExecuteResult |
execute(ExecuteArgs args) |
public ExecuteOperation(io.flamingock.internal.util.id.RunnerId runnerId,
ExecutionPlanner executionPlanner,
StageExecutor stageExecutor,
OrphanExecutionContext orphanExecutionContext,
EventPublisher eventPublisher,
boolean throwExceptionIfCannotObtainLock,
java.lang.Runnable finalizer)
public ExecuteResult execute(ExecuteArgs args)
execute in interface Operation<ExecuteArgs,ExecuteResult>