| Interface | Description |
|---|---|
| ConnectionSource<T extends FileSystem> |
Interface used to get and release instances of
T |
| Class | Description |
|---|---|
| ManagerBasedConnectionSource<T extends FileSystem> |
Implementation of
ConnectionSource that uses a FileConnectorConfig and a ConnectionManager to
ask for connections. |
| StaticConnectionSource<T extends FileSystem> |
Implementation of
ConnectionSource that is based on an instance of FileSystem, it will always return
the same instance when calling ConnectionSource.getConnection() and it will do nothing when
calling ConnectionSource.releaseConnection() |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.