Uses of Interface
org.springframework.cloud.client.serviceregistry.Registration
-
-
Uses of Registration in org.springframework.cloud.client.discovery.event
Methods in org.springframework.cloud.client.discovery.event that return Registration Modifier and Type Method Description RegistrationInstancePreRegisteredEvent. getRegistration()Get the registration data.Constructors in org.springframework.cloud.client.discovery.event with parameters of type Registration Constructor Description InstancePreRegisteredEvent(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 Registration Modifier and Type Class Description classAbstractAutoServiceRegistration<R extends Registration>Lifecycle methods that may be useful and common toServiceRegistryimplementations.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 Registration Modifier and Type Method Description voidServiceRegistryEndpoint. setRegistration(Registration registration)
-