public interface ConfigurableObjectProvider extends ObjectProvider
Lifecycle interfaces. If Initialisable is
implemented then it will be called after all the components in the artifact where initialised. Same with
Startable.PROPERTY_NAME| Modifier and Type | Method and Description |
|---|---|
void |
configure(ObjectProviderConfiguration objectProviderConfiguration)
Method to be called to prepare the
ConfigurableObjectProvider. |
containsObject, getObject, getObjectByType, getObjectsByType, isObjectSingletongetAnnotation, getAnnotations, getLocation, getRootContainerName, setAnnotationsvoid configure(ObjectProviderConfiguration objectProviderConfiguration)
ConfigurableObjectProvider. It is expected that the provider is ready to be used
after calling this method.
This method will be invoked before Initialisable.initialise() if the implementation implements that interface.objectProviderConfiguration - configuration for the provider.Copyright © 2017 MuleSoft, Inc.. All rights reserved.