Class BaseInboundErrorHandler

    • Field Detail

      • externalSystemId

        protected final String externalSystemId
    • Constructor Detail

      • BaseInboundErrorHandler

        protected BaseInboundErrorHandler​(String externalSystemId)
    • Method Detail

      • getExternalSystemId

        public final String getExternalSystemId()
        Description copied from interface: InboundErrorHandler
        Returns the id of the external system implemented by this handler.
        Specified by:
        getExternalSystemId in interface InboundErrorHandler
        Returns:
        the external system id implemented by this handler
      • handleInternalError

        protected abstract void handleInternalError​(InboundErrorDto status)
      • handleExternalError

        protected abstract void handleExternalError​(InboundErrorDto status)
      • handleUnknownError

        protected abstract void handleUnknownError​(InboundErrorDto status)