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 |
registerNewConfigurationInstance(ConfigurationInstanceProvider<C> configurationInstanceProvider,
C configurationInstance)
Notifies the creations of
configurationInstance
by the given configurationInstanceProvider |
<C> void registerNewConfigurationInstance(ConfigurationInstanceProvider<C> configurationInstanceProvider, C configurationInstance)
configurationInstance
by the given configurationInstanceProviderC - the type of the created instanceconfigurationInstanceProvider - the ConfigurationInstanceProvider which created the instanceconfigurationInstance - the created instanceCopyright © 2015 MuleSoft, Inc.. All rights reserved.