Class NoopServiceInstanceListSupplier

java.lang.Object
org.springframework.cloud.loadbalancer.core.NoopServiceInstanceListSupplier
All Implemented Interfaces:
Supplier<reactor.core.publisher.Flux<List<org.springframework.cloud.client.ServiceInstance>>>, ServiceInstanceListSupplier

public class NoopServiceInstanceListSupplier extends Object implements ServiceInstanceListSupplier
A no-op implementation of ServiceInstanceListSupplier.
Author:
Olga Maciaszek-Sharma
  • Constructor Details

    • NoopServiceInstanceListSupplier

      public NoopServiceInstanceListSupplier()
  • Method Details

    • getServiceId

      public String getServiceId()
      Specified by:
      getServiceId in interface ServiceInstanceListSupplier
    • get

      public reactor.core.publisher.Flux<List<org.springframework.cloud.client.ServiceInstance>> get()
      Specified by:
      get in interface Supplier<reactor.core.publisher.Flux<List<org.springframework.cloud.client.ServiceInstance>>>
    • get

      public reactor.core.publisher.Flux<List<org.springframework.cloud.client.ServiceInstance>> get(org.springframework.cloud.client.loadbalancer.Request request)
      Specified by:
      get in interface ServiceInstanceListSupplier