public static interface MetadataCache.MetadataResult
Callable for loading the metadata from Mule Runtime.| Modifier and Type | Method and Description |
|---|---|
default List<MetadataFailure> |
getFailures()
If
this#isSuccess is false, then a MetadataFailure instance is provided
in order to describe the error that occurred during the invocation. |
Serializable |
getResult() |
default boolean |
isSuccess() |
default boolean isSuccess()
true if the metadata resolved was correctly fetched.default List<MetadataFailure> getFailures()
this#isSuccess is false, then a MetadataFailure instance is provided
in order to describe the error that occurred during the invocation.List of MetadataFailures describing the errors that occurred during the invocation
if at least one occurred.Serializable getResult()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.