public class CloudFoundryNativeReactiveDiscoveryClient extends Object implements org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
reactor.core.publisher.Flux<org.springframework.cloud.client.ServiceInstance> |
getInstances(String serviceId) |
int |
getOrder() |
reactor.core.publisher.Flux<String> |
getServices() |
protected org.springframework.cloud.client.ServiceInstance |
mapApplicationInstanceToServiceInstance(reactor.util.function.Tuple2<org.cloudfoundry.operations.applications.ApplicationDetail,org.cloudfoundry.operations.applications.InstanceDetail> tuple) |
public String description()
description in interface org.springframework.cloud.client.discovery.ReactiveDiscoveryClientpublic reactor.core.publisher.Flux<org.springframework.cloud.client.ServiceInstance> getInstances(String serviceId)
getInstances in interface org.springframework.cloud.client.discovery.ReactiveDiscoveryClientpublic reactor.core.publisher.Flux<String> getServices()
getServices in interface org.springframework.cloud.client.discovery.ReactiveDiscoveryClientpublic int getOrder()
getOrder in interface org.springframework.cloud.client.discovery.ReactiveDiscoveryClientgetOrder in interface org.springframework.core.Orderedprotected org.springframework.cloud.client.ServiceInstance mapApplicationInstanceToServiceInstance(reactor.util.function.Tuple2<org.cloudfoundry.operations.applications.ApplicationDetail,org.cloudfoundry.operations.applications.InstanceDetail> tuple)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.