Interface RegistrationCustomizer
public interface RegistrationCustomizer
Registration Customizer- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
-
Registration
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.springframework.cloud.client.serviceregistry.Registration registration) Customize the specifiedRegistrationbefore register
-
Method Details
-
customize
void customize(org.springframework.cloud.client.serviceregistry.Registration registration) Customize the specifiedRegistrationbefore register- Parameters:
registration-Registration
-