Uses of Interface
org.springframework.cloud.client.serviceregistry.RegistrationLifecycle
Packages that use RegistrationLifecycle
-
Uses of RegistrationLifecycle in org.springframework.cloud.client.serviceregistry
Subinterfaces of RegistrationLifecycle in org.springframework.cloud.client.serviceregistryModifier and TypeInterfaceDescriptioninterfaceRegistrationManagementLifecycle<R extends Registration>Service registration life cycle.Methods in org.springframework.cloud.client.serviceregistry with parameters of type RegistrationLifecycleModifier and TypeMethodDescriptionvoidAbstractAutoServiceRegistration.addRegistrationLifecycle(RegistrationLifecycle<R> registrationLifecycle) Constructor parameters in org.springframework.cloud.client.serviceregistry with type arguments of type RegistrationLifecycleModifierConstructorDescriptionprotectedAbstractAutoServiceRegistration(ServiceRegistry<R> serviceRegistry, AutoServiceRegistrationProperties properties, List<RegistrationLifecycle<R>> registrationLifecycles)