类 DataContextReactive

  • 所有已实现的接口:
    org.springframework.cloud.client.discovery.ReactiveDiscoveryClient, org.springframework.core.Ordered

    @Component
    public class DataContextReactive
    extends Object
    implements org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
    • 构造器详细资料

      • DataContextReactive

        public DataContextReactive()
    • 方法详细资料

      • description

        public String description()
        指定者:
        description 在接口中 org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
      • getInstances

        public reactor.core.publisher.Flux<org.springframework.cloud.client.ServiceInstance> getInstances​(String serviceId)
        指定者:
        getInstances 在接口中 org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
      • getServices

        public reactor.core.publisher.Flux<String> getServices()
        指定者:
        getServices 在接口中 org.springframework.cloud.client.discovery.ReactiveDiscoveryClient
      • refreshServiceInstances

        public void refreshServiceInstances​(List<ServiceInstance> serviceInstanceList)