T - the generic type of the BaseDeclaration which is implementing the interface@NoImplement
public 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 © 2025 MuleSoft, Inc.. All rights reserved.