Interface SdkExceptionHandlerFactory


public interface SdkExceptionHandlerFactory
Creates an instance of an ExceptionHandler
Since:
1.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.mule.sdk.api.runtime.exception.ExceptionHandler
    Creates a new instance of a ExceptionHandler
  • Method Details

    • createHandler

      org.mule.sdk.api.runtime.exception.ExceptionHandler createHandler()
      Creates a new instance of a ExceptionHandler
      Returns:
      a new ExceptionHandler