| Interface | Description |
|---|---|
| ConfigListener |
This interface allows you to handle updates to the Properties object containing your service's configuration.
|
| ConfigValidator |
This interface allows you to validate the new config for your service, before it's actually exposed to your
service.
|
| SettingListener |
This interface allows you to handle updates to a particular setting of your service's configuration.
|
| Class | Description |
|---|---|
| Check | |
| Consultant |
The Consultant class allows you to retrieve the configuration for your application from Consul, and at the same
time subscribe to changes to that configuration.
|
| Consultant.Builder |
Allows you to build a custom Consultant object.
|
| ConsultantConfigurationProvider |
The ConsultantConfigurationProvider class can be used when using Netflix's Governator library to bootstrap your
application on service.
|
| KeyValueEntry | |
| PropertiesUtil | |
| Service | |
| ServiceIdentifier | |
| ServiceRegistration |
| Exception | Description |
|---|---|
| ConsultantException |
Copyright © 2015. All rights reserved.