Package org.mule.datasense.common.util
Interface Notifier
public interface Notifier
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidreportError(org.mule.runtime.api.component.location.ComponentLocation componentLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage) voidreportError(org.mule.runtime.api.i18n.I18nMessage i18nMessage) default voidreportFatalError(org.mule.runtime.api.component.location.ComponentLocation componentLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage) voidreportFatalError(org.mule.runtime.api.i18n.I18nMessage i18nMessage) default voidreportWarning(org.mule.runtime.api.component.location.ComponentLocation componentLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage) voidreportWarning(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)
-