org.mule.common.metadata
Interface ConnectorMetaDataEnabled
- All Superinterfaces:
- Capability
public interface ConnectorMetaDataEnabled
- extends Capability
Interface made for enable metadata on a mule connector.
getMetaDataKeys
Result<List<MetaDataKey>> getMetaDataKeys()
- Get "all" of the MetaDataKeys of the MetaData that this connector works with (either inputs or outputs).
Obviously, this can't be all possible MetaData because sometimes they accept arbitrary input.
- Returns:
- all (a best effort) MetaData that this connector works with.
getMetaData
Result<MetaData> getMetaData(MetaDataKey key)
Copyright © 2014. All rights reserved.