| Package | Description |
|---|---|
| org.mule.runtime.api.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessorId
Immutable implementation of
ComponentId for identifying MessageProcessors |
class |
SourceId
Immutable implementation of
ComponentId for identifying Message Sources |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<ComponentMetadataDescriptor> |
MetadataManager.getMetadata(ComponentId componentId)
Resolves the
ComponentMetadataDescriptor for the MetadataAware Component
identified by the ComponentId using only the static types of its parameters, attributes and output. |
MetadataResult<ComponentMetadataDescriptor> |
MetadataManager.getMetadata(ComponentId componentId,
MetadataKey key)
Resolves the
ComponentMetadataDescriptor for the MetadataAware Component
identified by the ComponentId using both static and dynamic resolving of
the parameters, attributes and output types. |
MetadataResult<Set<MetadataKey>> |
MetadataManager.getMetadataKeys(ComponentId componentId)
Returns the list of types that can be described by the
MetadataKeysResolver
associated to the MetadataAware Component identified by the ComponentId. |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.