public interface ConfigurationInstanceRegistrationCallback
Configuration model. Every component which creates such instances must notify this callback
in order for the platform to start managing such instance.| Modifier and Type | Method and Description |
|---|---|
<C> void |
registerConfigurationInstance(Extension extension,
String configurationInstanceName,
C configurationInstance)
Registers the given
configurationInstance |
<C> void registerConfigurationInstance(Extension extension, String configurationInstanceName, C configurationInstance)
configurationInstanceC - the generic type of the configurationInstanceextension - The Extension model for the configurationInstanceconfigurationInstanceName - a unique name for the configurationInstanceconfigurationInstance - an instance that is a realisation of the Configuration modelCopyright © 2015 MuleSoft, Inc.. All rights reserved.