public interface MetadataCacheIdGeneratorFactory<T>
MetadataCacheIdGenerators isolated from the application context in which it will be used.| Modifier and Type | Field and Description |
|---|---|
static String |
METADATA_CACHE_ID_GENERATOR_KEY |
| Modifier and Type | Method and Description |
|---|---|
MetadataCacheIdGenerator<T> |
create(org.mule.runtime.api.dsl.DslResolvingContext context,
ComponentLocator<T> locator)
Creates a new
MetadataCacheIdGenerator valid for the given context information provided. |
static final String METADATA_CACHE_ID_GENERATOR_KEY
MetadataCacheIdGenerator<T> create(org.mule.runtime.api.dsl.DslResolvingContext context, ComponentLocator<T> locator)
MetadataCacheIdGenerator valid for the given context information provided.context - the DslResolvingContext in which the generator will be used.locator - a ComponentLocator that allows the generator to locate any component in the current context.MetadataCacheIdGenerator valid for the given context.Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.