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

de.otto.edison.registry.client.RegistryClient Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
package de.otto.edison.registry.client;

/**
 * A client to access a discovery service.
 *
 * @author Guido Steinacker
 * @since 16.09.15
 */
public interface RegistryClient {

    /**
     * Registers the service at a configured ServiceDiscovery.
     */
    void registerService();

    boolean isRunning();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy