- ConfigListener - Interface in me.magnet.consultant
-
This interface allows you to handle updates to the Properties object containing your service's configuration.
- ConfigValidator - Interface in me.magnet.consultant
-
This interface allows you to validate the new config for your service, before it's actually exposed to your
service.
- Consultant - Class in me.magnet.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 - Class in me.magnet.consultant
-
Allows you to build a custom Consultant object.
- ConsultantConfigurationProvider - Class in me.magnet.consultant
-
The ConsultantConfigurationProvider class can be used when using Netflix's Governator library to bootstrap your
application on service.
- ConsultantConfigurationProvider(Consultant) - Constructor for class me.magnet.consultant.ConsultantConfigurationProvider
-
Creates a new ConsultantConfigurationProvider.
- ConsultantConfigurationProvider(Consultant, DateFormat) - Constructor for class me.magnet.consultant.ConsultantConfigurationProvider
-
Creates a new ConsultantConfigurationProvider.