T - the generic type of the BaseDeclaration which is implementing the interfacepublic interface ConnectedDeclaration<T extends BaseDeclaration>
BaseDeclaration in which
it's possible to add/get ConnectionProviderDeclaration objects| Modifier and Type | Method and Description |
|---|---|
T |
addConnectionProvider(ConnectionProviderDeclaration connectionProvider)
|
List<ConnectionProviderDeclaration> |
getConnectionProviders() |
T addConnectionProvider(ConnectionProviderDeclaration connectionProvider)
connectionProvider - the provider's declarationthis declarationList<ConnectionProviderDeclaration> getConnectionProviders()
List with the ConnectionProviderDeclaration which have been
added to this declarationCopyright © 2017 MuleSoft, Inc.. All rights reserved.