Class CompositeDiscoveryClient

java.lang.Object
org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClient
All Implemented Interfaces:
DiscoveryClient, org.springframework.core.Ordered

public class CompositeDiscoveryClient extends Object implements DiscoveryClient
A DiscoveryClient that is composed of other discovery clients and delegates calls to each of them in order.
Author:
Biju Kunjummen, Olga Maciaszek-Sharma