| Package | Description |
|---|---|
| org.mule.connectors.atlantic.commons.builder.config |
| Modifier and Type | Method and Description |
|---|---|
List<DefinedExceptionHandler<? extends Throwable,R>> |
ExecutionConfig.getExceptionHandlers() |
List<DefinedExceptionHandler<? extends Throwable,R>> |
ClassCreationConfig.getExceptionHandlers() |
| Modifier and Type | Method and Description |
|---|---|
<C extends Throwable> |
ExecutionConfigBuilder.withExceptionHandler(DefinedExceptionHandler<C,R> exceptionHandler) |
| Constructor and Description |
|---|
ClassCreationConfig(List<DefinedExceptionHandler<? extends Throwable,R>> exceptionHandlers) |
ExecutionConfig(List<PreExecutionListener<T,R>> preExecutionListeners,
List<PostExecutionListener<T,R>> postExecutionListeners,
List<DefinedExceptionHandler<? extends Throwable,R>> exceptionHandlers) |
Copyright © 2018. All rights reserved.