| Interface | Description |
|---|---|
| ConnectionHandler<T> |
Represents a connection that is being managed by the runtime.
|
| ConnectionHandlingStrategy<Connection> |
Strategy to implement different connection management mechanisms.
|
| ConnectionHandlingStrategyFactory<Connection> |
Factory to create instances of
ConnectionHandlingStrategy |
| ConnectionProvider<Connection> |
Handles connections of the generic
Connection type, which are created from a
configuration object of the generic type Config. |
| PoolingListener<Connection> |
Gets notifications for events related to connections on a pool.
|
| Class | Description |
|---|---|
| ConnectionValidationResult |
Represents the result of a Connection Validation.
|
| Enum | Description |
|---|---|
| ConnectionExceptionCode |
List of possible outcomes to a connection failure
|
| Exception | Description |
|---|---|
| ConnectionException |
Signals that an error occurred while trying to establish a connection
|
Copyright © 2016 MuleSoft, Inc.. All rights reserved.