| Package | Description |
|---|---|
| org.mule.tooling.client.api | |
| org.mule.tooling.client.api.metadata | |
| org.mule.tooling.client.api.value.provider |
| Modifier and Type | Method and Description |
|---|---|
Feature<Action<CacheStorageFactory>> |
ToolingRuntimeClient.Builder.withCacheStorageFactoryForMetadata()
If supported by the
ToolingRuntimeClient implementation, it will return a Feature to set the
CacheStorageFactory used to create a CacheStorage implemented by the user in the Metadata cache. |
Feature<Action<CacheStorageFactory>> |
ToolingRuntimeClient.Builder.withCacheStorageFactoryForValueProviders()
If supported by the
ToolingRuntimeClient implementation, it will return a Feature to set the
CacheStorageFactory used to create a CacheStorage implemented by the user in the Value Provider cache. |
Feature<Action<MetadataCacheStorageFactory>> |
ToolingRuntimeClient.Builder.withMetadataCacheStorageFactory()
|
Feature<Action<String>> |
ToolingRuntimeClient.Builder.withTargetRuntimeVersion()
If supported by the
ToolingRuntimeClient implementation it will return a
Consumer > to set the target version of Mule Runtime that defines the language version, model and DSL. |
| Modifier and Type | Method and Description |
|---|---|
Feature<Action<Location>> |
MetadataService.disposeMetadataCache()
If supported by the
ToolingRuntimeClient implementation will return a
Feature to do the dispose of Metadata on both, the Mule Runtime side cache and the Tooling Client side cache,
for the given location. |
Feature<Action<Location>> |
MetadataService.invalidateMetadataCacheKeys()
If supported by the
org.mule.tooling.client.api.ToolingRuntimeClient), the implementation will return a
{@link Feature to invalidate entries related to metadata keys calculated for the component associated
with the Location given. |
| Modifier and Type | Method and Description |
|---|---|
Feature<Action<ValueProviderDisposeRequest>> |
ValueProviderService.disposeCachedValues()
If supported by the
ToolingRuntimeClient implementation will return a
Feature to do the dispose of stored Values, for the given location. |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.