Uses of Interface
org.springframework.cloud.client.serviceregistry.Registration
Packages that use Registration
Package
Description
Spring Cloud service registry abstractions.
-
Uses of Registration in org.springframework.cloud.client.discovery.event
Methods in org.springframework.cloud.client.discovery.event that return RegistrationModifier and TypeMethodDescriptionInstancePreRegisteredEvent.getRegistration()Get the registration data.Constructors in org.springframework.cloud.client.discovery.event with parameters of type RegistrationModifierConstructorDescriptionInstancePreRegisteredEvent(Object source, Registration registration) Create a new pre registration event. -
Uses of Registration in org.springframework.cloud.client.serviceregistry
Classes in org.springframework.cloud.client.serviceregistry with type parameters of type RegistrationModifier and TypeClassDescriptionclassAbstractAutoServiceRegistration<R extends Registration>Lifecycle methods that may be useful and common toServiceRegistryimplementations.interfaceRegistrationLifecycle<R extends Registration>Service registration life cycle.interfaceRegistrationManagementLifecycle<R extends Registration>Service registration life cycle.interfaceServiceRegistry<R extends Registration>Contract to register and deregister instances with a Service Registry. -
Uses of Registration in org.springframework.cloud.client.serviceregistry.endpoint
Methods in org.springframework.cloud.client.serviceregistry.endpoint with parameters of type RegistrationModifier and TypeMethodDescriptionvoidServiceRegistryEndpoint.setRegistration(Registration registration)