Class ExecutionChain
- java.lang.Object
-
- com.github.kagkarlsson.scheduler.event.ExecutionChain
-
public class ExecutionChain extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionChain(List<ExecutionInterceptor> interceptors, ExecutionHandler<?> executionHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionHandler<?>proceed(TaskInstance taskInstance, ExecutionContext executionContext)
-
-
-
Constructor Detail
-
ExecutionChain
public ExecutionChain(List<ExecutionInterceptor> interceptors, ExecutionHandler<?> executionHandler)
-
-
Method Detail
-
proceed
public CompletionHandler<?> proceed(TaskInstance taskInstance, ExecutionContext executionContext)
-
-