Interface DataSenseNotification


public interface DataSenseNotification
  • 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

      Optional<String> 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()