Interface IntegrationListener


public interface IntegrationListener
  • Method Details

    • info

      void info(String message)
    • info

      void info(String message, int percentage)
    • info

      void info(int percentage)
    • error

      void error(String error) throws TagException
      Throws:
      TagException
    • registerBusinessError

      void registerBusinessError(String processName, String error)