Package com.netflix.discovery
Interface PreRegistrationHandler
-
public interface PreRegistrationHandlerA handler that can be registered with anEurekaClientat creation time to execute pre registration logic. The pre registration logic need to be synchronous to be guaranteed to execute before registration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeforeRegistration()
-