@NoImplement @MinMuleVersion(value="4.5.0") public interface MetadataContext extends org.mule.runtime.api.lifecycle.Disposable
| Modifier and Type | Method and Description |
|---|---|
MetadataCache |
getCache() |
<C> Optional<C> |
getConnection()
Retrieves the connection for the related a component and configuration
|
org.mule.metadata.api.builder.BaseTypeBuilder |
getTypeBuilder() |
org.mule.metadata.api.ClassTypeLoader |
getTypeLoader() |
<C> Optional<C> getConnection() throws org.mule.runtime.api.connection.ConnectionException
C - Connection typeorg.mule.runtime.api.connection.ConnectionException - when not valid connection is found for the related component and configurationorg.mule.metadata.api.ClassTypeLoader getTypeLoader()
ClassTypeLoader for the current MetadataContext.org.mule.metadata.api.builder.BaseTypeBuilder getTypeBuilder()
BaseTypeBuilder for the current MetadataContext.MetadataCache getCache()
MetadataCache associated with the MetadataContext.Copyright © 2023. All rights reserved.