All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.discovery.PreRegistrationHandler Maven / Gradle / Ivy

There is a newer version: 0.40.13
Show newest version
package com.netflix.discovery;

import com.netflix.appinfo.ApplicationInfoManager;

/**
 * A handler that can be registered with an {@link EurekaClient} at creation time to execute
 * pre registration logic. The pre registration logic need to be synchronous to be guaranteed
 * to execute before registration.
 */
public interface PreRegistrationHandler {
    void beforeRegistration();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy