Interface ProcessingExceptionHandler

    • Method Detail

      • handleProcessingException

        void handleProcessingException​(AdaptrisMessage msg)
        Handles a message that has deemed to have failed.
      • registerWorkflow

        void registerWorkflow​(Workflow w)
        Register a workflow against this error handler.
        Parameters:
        w - the workflow to register.
      • hasConfiguredBehaviour

        boolean hasConfiguredBehaviour()
        Simply report back to the owning component whether or not this ProcessingExceptionHandler is actually going to do anything.
        Returns:
        true if there is actual concrete behaviour to this implementation.