Uses of Interface
org.springframework.cloud.client.serviceregistry.ServiceRegistry
Packages that use ServiceRegistry
Package
Description
-
Uses of ServiceRegistry in org.springframework.cloud.client.serviceregistry
Methods in org.springframework.cloud.client.serviceregistry that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistry<R>AbstractAutoServiceRegistration.getServiceRegistry()Methods in org.springframework.cloud.client.serviceregistry with parameters of type ServiceRegistryModifier and TypeMethodDescriptionServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration.serviceRegistryEndpoint(ServiceRegistry serviceRegistry) Constructors in org.springframework.cloud.client.serviceregistry with parameters of type ServiceRegistryModifierConstructorDescriptionprotectedAbstractAutoServiceRegistration(ServiceRegistry<R> serviceRegistry) Deprecated.This function is deprecated and can be replaced by another constructorprotectedAbstractAutoServiceRegistration(ServiceRegistry<R> serviceRegistry, AutoServiceRegistrationProperties properties) protectedAbstractAutoServiceRegistration(ServiceRegistry<R> serviceRegistry, AutoServiceRegistrationProperties properties, List<RegistrationLifecycle<R>> registrationLifecycles) protectedAbstractAutoServiceRegistration(ServiceRegistry<R> serviceRegistry, AutoServiceRegistrationProperties properties, List<RegistrationManagementLifecycle<R>> registrationManagementLifecycles, List<RegistrationLifecycle<R>> registrationLifecycles) -
Uses of ServiceRegistry in org.springframework.cloud.client.serviceregistry.endpoint
Constructors in org.springframework.cloud.client.serviceregistry.endpoint with parameters of type ServiceRegistry