Uses of Interface
org.springframework.cloud.client.serviceregistry.ServiceRegistry
-
Packages that use ServiceRegistry Package Description org.springframework.cloud.client.serviceregistry org.springframework.cloud.client.serviceregistry.endpoint -
-
Uses of ServiceRegistry in org.springframework.cloud.client.serviceregistry
Methods in org.springframework.cloud.client.serviceregistry that return ServiceRegistry Modifier and Type Method Description protected ServiceRegistry<R>AbstractAutoServiceRegistration. getServiceRegistry()Methods in org.springframework.cloud.client.serviceregistry with parameters of type ServiceRegistry Modifier and Type Method Description ServiceRegistryEndpointServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration. serviceRegistryEndpoint(ServiceRegistry serviceRegistry)Constructors in org.springframework.cloud.client.serviceregistry with parameters of type ServiceRegistry Constructor Description AbstractAutoServiceRegistration(ServiceRegistry<R> serviceRegistry)Deprecated.AbstractAutoServiceRegistration(ServiceRegistry<R> serviceRegistry, AutoServiceRegistrationProperties properties) -
Uses of ServiceRegistry in org.springframework.cloud.client.serviceregistry.endpoint
Constructors in org.springframework.cloud.client.serviceregistry.endpoint with parameters of type ServiceRegistry Constructor Description ServiceRegistryEndpoint(ServiceRegistry<?> serviceRegistry)
-