Class SimpleReactiveDiscoveryProperties

java.lang.Object
org.springframework.cloud.client.discovery.simple.reactive.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
  • Constructor Details

    • SimpleReactiveDiscoveryProperties

      public SimpleReactiveDiscoveryProperties()
  • Method Details