public interface ReactiveDiscoveryClient
extends org.springframework.core.Ordered
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ORDER
Default order of the discovery client.
|
| Modifier and Type | Method and Description |
|---|---|
String |
description()
A human-readable description of the implementation, used in HealthIndicator.
|
reactor.core.publisher.Flux<ServiceInstance> |
getInstances(String serviceId)
Gets all ServiceInstances associated with a particular serviceId.
|
default int |
getOrder()
Default implementation for getting order of discovery clients.
|
reactor.core.publisher.Flux<String> |
getServices() |
static final int DEFAULT_ORDER
String description()
reactor.core.publisher.Flux<ServiceInstance> getInstances(String serviceId)
serviceId - The serviceId to query.reactor.core.publisher.Flux<String> getServices()
default int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2021 Pivotal Software, Inc.. All rights reserved.