public interface ConnectorMetaDataEnabled extends Capability
| Modifier and Type | Method and Description |
|---|---|
Result<MetaData> |
getMetaData(MetaDataKey key) |
Result<List<MetaDataKey>> |
getMetaDataKeys()
Get "all" of the MetaDataKeys of the MetaData that this connector works with (either inputs or outputs).
|
Result<List<MetaDataKey>> getMetaDataKeys()
Result<MetaData> getMetaData(MetaDataKey key)
Copyright © 2015 MuleSoft, Inc.. All rights reserved.