public interface DataSenseNotification
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.api.component.location.ComponentLocation> |
getComponentLocation() |
Optional<String> |
getFailingElement() |
Optional<org.mule.runtime.api.metadata.resolving.FailureCode> |
getFailureCode() |
org.mule.runtime.api.i18n.I18nMessage |
getMessage() |
Optional<org.mule.runtime.api.metadata.resolving.MetadataComponent> |
getMetadataComponent() |
DataSenseNotificationType |
getNotificationType() |
Optional<org.mule.runtime.api.i18n.I18nMessage> |
getReason() |
DataSenseNotificationType getNotificationType()
Optional<org.mule.runtime.api.component.location.ComponentLocation> getComponentLocation()
Optional<org.mule.runtime.api.metadata.resolving.MetadataComponent> getMetadataComponent()
Optional<org.mule.runtime.api.metadata.resolving.FailureCode> getFailureCode()
org.mule.runtime.api.i18n.I18nMessage getMessage()
Optional<org.mule.runtime.api.i18n.I18nMessage> getReason()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.