Interface Notifier


public interface Notifier
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    reportError(org.mule.runtime.api.component.location.ComponentLocation componentLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage)
     
    void
    reportError(org.mule.runtime.api.i18n.I18nMessage i18nMessage)
     
    default void
    reportFatalError(org.mule.runtime.api.component.location.ComponentLocation componentLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage)
     
    void
    reportFatalError(org.mule.runtime.api.i18n.I18nMessage i18nMessage)
     
    default void
    reportWarning(org.mule.runtime.api.component.location.ComponentLocation componentLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage)
     
    void
    reportWarning(org.mule.runtime.api.i18n.I18nMessage i18nMessage)
     
  • Method Details

    • reportWarning

      default void reportWarning(org.mule.runtime.api.component.location.ComponentLocation componentLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage)
    • reportWarning

      void reportWarning(org.mule.runtime.api.i18n.I18nMessage i18nMessage)
    • reportError

      default void reportError(org.mule.runtime.api.component.location.ComponentLocation componentLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage)
    • reportError

      void reportError(org.mule.runtime.api.i18n.I18nMessage i18nMessage)
    • reportFatalError

      default void reportFatalError(org.mule.runtime.api.component.location.ComponentLocation componentLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage)
    • reportFatalError

      void reportFatalError(org.mule.runtime.api.i18n.I18nMessage i18nMessage)