Interface DataSenseNotification
public interface DataSenseNotification
-
Method Summary
Modifier and TypeMethodDescriptionOptional<org.mule.runtime.api.component.location.ComponentLocation>Optional<org.mule.runtime.api.metadata.resolving.FailureCode>org.mule.runtime.api.i18n.I18nMessageOptional<org.mule.runtime.api.metadata.resolving.MetadataComponent>Optional<org.mule.runtime.api.i18n.I18nMessage>
-
Method Details
-
getNotificationType
DataSenseNotificationType getNotificationType() -
getComponentLocation
Optional<org.mule.runtime.api.component.location.ComponentLocation> getComponentLocation() -
getMetadataComponent
Optional<org.mule.runtime.api.metadata.resolving.MetadataComponent> getMetadataComponent() -
getFailingElement
-
getFailureCode
Optional<org.mule.runtime.api.metadata.resolving.FailureCode> getFailureCode() -
getMessage
org.mule.runtime.api.i18n.I18nMessage getMessage() -
getReason
Optional<org.mule.runtime.api.i18n.I18nMessage> getReason()
-