public interface Notifier
| Modifier and Type | Method and 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) |
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)
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)
Copyright © 2018 MuleSoft, Inc.. All rights reserved.