public class ConfigurableBuilder<T,B extends ConfigurableBuilder> extends Object
| Constructor and Description |
|---|
ConfigurableBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionConfig<T> |
getConfig() |
<C extends Throwable> |
withExceptionHandler(Class<C> exceptionClass,
ExceptionHandler<C> exceptionHandler) |
<C extends Throwable> |
withExceptionHandler(DefinedExceptionHandler<C> exceptionHandler) |
B |
withExecutor(Executor executor) |
B |
withPreExecutionListener(PreExecutionListener<T> listener) |
public B withPreExecutionListener(PreExecutionListener<T> listener)
public <C extends Throwable> B withExceptionHandler(Class<C> exceptionClass, ExceptionHandler<C> exceptionHandler)
public <C extends Throwable> B withExceptionHandler(DefinedExceptionHandler<C> exceptionHandler)
protected ExecutionConfig<T> getConfig()
Copyright © 2018. All rights reserved.