Interface InboundErrorHandler

    • Method Detail

      • getExternalSystemId

        String getExternalSystemId()
        Returns the id of the external system implemented by this handler.
        Returns:
        the external system id implemented by this handler
      • handleError

        void handleError​(InboundErrorDto error)
        Handle the received error from the external adapter
        Parameters:
        error - the error from the external adapter