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

org.zodiac.eureka.client.EurekaClientService Maven / Gradle / Ivy

package org.zodiac.eureka.client;

public interface EurekaClientService {

    void unregisterClient();

    void stopClient();

    void clientStatusUp();

    void clientStatusDown();

    void clientStatusOutOfService();

    void clientStatusUnknow();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy