| Interface | Description |
|---|---|
| DiscoveryProvider |
An interface for generating discovery documents from API configurations.
|
| Class | Description |
|---|---|
| CachingDiscoveryProvider |
A
DiscoveryProvider that caches results and delegates computation to another provider. |
| ProxyingDiscoveryProvider |
Provides discovery information by proxying to the v1.0 discovery service.
|
| ProxyingDiscoveryService |
A discovery API which acts as a proxy (of sorts) to the Endpoints v1.0 discovery service.
|