| Interface | Description |
|---|---|
| CachedConnectionProvider<C> |
A
ConnectionProvider specialization which lazily creates and caches connections. |
| ConnectionHandler<T> |
Represents a connection that is being managed by the runtime.
|
| ConnectionProvider<C> |
Handles connections of the generic
Connection type, which are created from a
configuration object of the generic type Config. |
| PoolingConnectionProvider<C> |
A
ConnectionProvider specialization which pools connections. |
| PoolingListener<C> |
Gets notifications for events related to connections on a pool.
|
| Class | Description |
|---|---|
| ConnectionValidationResult |
Represents the result of a Connection Validation.
|
| Exception | Description |
|---|---|
| ConnectionException |
Signals that an error occurred while trying to establish a connection
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.