T - type of the object to be createdpublic interface ConfigurableInstanceFactory<T>
ConfigurableObjectFactory.
Implementations of this interfaces must be injected into ConfigurableObjectFactory by using a
AttributeDefinition.Builder#fromFixedValue(Object) when declaring the
ComponentBuildingDefinition.
| Modifier and Type | Method and Description |
|---|---|
T |
createInstance(Map<String,Object> parameters)
Creates the object to be used at runtime.
|
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.