| Interface | Description |
|---|---|
| AzToRegionMapper |
An interface that contains a contract of mapping availability zone to region mapping.
|
| BackupRegistry |
A simple contract for eureka clients to fallback for getting
registry information in case eureka clients are unable to retrieve this
information from any of the eureka servers.
|
| EurekaClientConfig |
Configuration information required by the eureka clients to register an
instance with Eureka server.
|
| Class | Description |
|---|---|
| AbstractAzToRegionMapper | |
| DefaultEurekaClientConfig |
A default implementation of eureka client configuration as required by
EurekaClientConfig. |
| DiscoveryClient |
The class that is instrumental for interactions with Eureka Server.
|
| DiscoveryClient.DiscoveryClientOptionalArgs | |
| DiscoveryManager |
Discovery Manager configures Discovery Client based on the
properties specified.
|
| DNSBasedAzToRegionMapper |
DNS-based region mapper that discovers regions via DNS TXT records.
|
| EurekaIdentityHeaderFilter | |
| EurekaUpStatusResolver |
Singleton that manages the state of @UpStatus/@DownStatus Supplier
|
| InstanceRegionChecker | |
| InternalEurekaStatusModule |
Specific bindings for eureka status checker.
|
| InternalEurekaStatusModule.DownStatusProvider | |
| InternalEurekaStatusModule.UpStatusProvider | |
| NotImplementedRegistryImpl | |
| PropertyBasedAzToRegionMapper | |
| StatusChangeEvent |
Event containing the latest instance status information.
|
| TimedSupervisorTask |
A supervisor task that schedules subtasks while enforce a timeout.
|
| Enum | Description |
|---|---|
| DiscoveryClient.DiscoveryUrlType |
| Annotation Type | Description |
|---|---|
| EurekaNamespace |