Package io.micronaut.discovery.consul.watch


@Configuration @RequiresConsul @Requires(property="consul.client.watch.enabled", value="true", defaultValue="false") package io.micronaut.discovery.consul.watch
This package contains a Consul Watcher that will update the Context when application properties are changed in a Consul KV.
Since:
4.6.0
Author:
LE GALL BenoƮt
  • Class
    Description
    Handle properties' configuration changes to be notified into the Micronaut context.
    Configuration for Consul Watcher.