| Interface | Description |
|---|---|
| RemoteConnector |
Reads items from a remote service.
|
| Class | Description |
|---|---|
| AbstractRemoteConnector |
Abstract base class for remote connectors
|
| AuthenticatedRemoteConnector |
A remote connector that saves its access token in an authentication
store, so you don't have to authenticate again until the access token
becomes invalid.
|
| RemoteConnectorAdapter |
Can be used by
RemoteConnector implementations to delegate to
an underlying connector |