Interface SdkExceptionHandlerFactory
public interface SdkExceptionHandlerFactory
Creates an instance of an
ExceptionHandler- Since:
- 1.5.0
-
Method Summary
Modifier and TypeMethodDescriptionorg.mule.sdk.api.runtime.exception.ExceptionHandlerCreates a new instance of aExceptionHandler
-
Method Details
-
createHandler
org.mule.sdk.api.runtime.exception.ExceptionHandler createHandler()Creates a new instance of aExceptionHandler- Returns:
- a new
ExceptionHandler
-