Uses of Class
org.springframework.cloud.client.DefaultServiceInstance
-
Packages that use DefaultServiceInstance Package Description org.springframework.cloud.client.discovery.simple org.springframework.cloud.client.discovery.simple.reactive -
-
Uses of DefaultServiceInstance in org.springframework.cloud.client.discovery.simple
Methods in org.springframework.cloud.client.discovery.simple that return DefaultServiceInstance Modifier and Type Method Description DefaultServiceInstanceSimpleDiscoveryProperties. getLocal()Methods in org.springframework.cloud.client.discovery.simple that return types with arguments of type DefaultServiceInstance Modifier and Type Method Description Map<String,List<DefaultServiceInstance>>SimpleDiscoveryProperties. getInstances()Method parameters in org.springframework.cloud.client.discovery.simple with type arguments of type DefaultServiceInstance Modifier and Type Method Description voidSimpleDiscoveryProperties. setInstances(Map<String,List<DefaultServiceInstance>> instances) -
Uses of DefaultServiceInstance in org.springframework.cloud.client.discovery.simple.reactive
Methods in org.springframework.cloud.client.discovery.simple.reactive that return DefaultServiceInstance Modifier and Type Method Description DefaultServiceInstanceSimpleReactiveDiscoveryProperties. getLocal()Method parameters in org.springframework.cloud.client.discovery.simple.reactive with type arguments of type DefaultServiceInstance Modifier and Type Method Description voidSimpleReactiveDiscoveryProperties. setInstances(Map<String,List<DefaultServiceInstance>> instances)
-