Class ReactiveCompositeDiscoveryClient

java.lang.Object
org.springframework.cloud.client.discovery.composite.reactive.ReactiveCompositeDiscoveryClient
All Implemented Interfaces:
ReactiveDiscoveryClient, org.springframework.core.Ordered

public class ReactiveCompositeDiscoveryClient extends Object implements ReactiveDiscoveryClient
A ReactiveDiscoveryClient that is composed of other discovery clients and delegates calls to each of them in order.
Author:
Tim Ysewyn