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

com.breuninger.boot.registry.client.RegistryClient Maven / Gradle / Ivy

package com.breuninger.boot.registry.client;

public interface RegistryClient {

  void registerService();

  boolean isRunning();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy