public interface HasConnectionProviderModels
ConnectionProviderModel instances| Modifier and Type | Method and Description |
|---|---|
Optional<ConnectionProviderModel> |
getConnectionProviderModel(String name)
Returns the
ConnectionProviderModel that matches
the given name. |
List<ConnectionProviderModel> |
getConnectionProviders()
Returns a
List of ConnectionProviderModels defined at the level
of the component implementing this interface. |
List<ConnectionProviderModel> getConnectionProviders()
List of ConnectionProviderModels defined at the level
of the component implementing this interface.
Each provider is guaranteed to have a unique name which will not
overlap with any OperationModel or SourceModel
defined in the same ExtensionModelList of ConnectionProviderModelOptional<ConnectionProviderModel> getConnectionProviderModel(String name)
ConnectionProviderModel that matches
the given name.name - case sensitive provider nameOptional ConnectionProviderModelCopyright © 2017 MuleSoft, Inc.. All rights reserved.