Class SimpleReactiveDiscoveryProperties


  • @ConfigurationProperties(prefix="spring.cloud.discovery.client.simple")
    public class SimpleReactiveDiscoveryProperties
    extends Object
    Properties to hold the details of a ReactiveDiscoveryClient service instance for a given service. It also holds the user-configurable order that will be used to establish the precedence of this client in the list of clients used by CompositeDiscoveryClient.
    Since:
    2.2.0
    Author:
    Tim Ysewyn, Charu Covindane