| Package | Description |
|---|---|
| org.mule.runtime.api.connection | |
| org.mule.runtime.api.metadata | |
| org.mule.runtime.api.metadata.resolving |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionProvider.connect()
Creates a new connection.
|
T |
ConnectionHandler.getConnection()
Returns the connection that's being wrapped.
|
ConnectionHandler<Connection> |
ConnectionHandlingStrategy.getConnectionHandler()
Wraps a connection into a
ConnectionHandler and returns it. |
| Modifier and Type | Method and Description |
|---|---|
<C> Optional<C> |
MetadataContext.getConnection()
Retrieves the connection for the related a component and configuration
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
MetadataAttributesResolver.getAttributesMetadata(MetadataContext context,
K key)
Given an instance of type
K, resolves their MetadataType, which
represents the type structure. |
org.mule.metadata.api.model.MetadataType |
MetadataContentResolver.getContentMetadata(MetadataContext context,
K key)
Given an instance of type
K, resolves their MetadataType which
represents the type structure. |
Set<MetadataKey> |
MetadataKeysResolver.getMetadataKeys(MetadataContext context)
|
org.mule.metadata.api.model.MetadataType |
MetadataOutputResolver.getOutputMetadata(MetadataContext context,
K key)
Given an instance of type
K, resolves their MetadataType, which
represents the type structure. |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.