public class ExecutionConfig<T> extends Object
| Constructor and Description |
|---|
ExecutionConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<DefinedExceptionHandler<? extends Throwable>> |
getExceptionHandlers() |
Executor |
getExecutor() |
List<PreExecutionListener<T>> |
getPreExecutionListeners() |
void |
setExecutor(Executor executor) |
public List<PreExecutionListener<T>> getPreExecutionListeners()
public List<DefinedExceptionHandler<? extends Throwable>> getExceptionHandlers()
public Executor getExecutor()
public void setExecutor(Executor executor)
Copyright © 2018. All rights reserved.