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

org.mydotey.artemis.client.RegistryClient Maven / Gradle / Ivy

The newest version!
package org.mydotey.artemis.client;

import org.mydotey.artemis.Instance;

/**
 * Created by fang_j on 10/07/2016.
 */
public interface RegistryClient {

    void register(Instance... instances);

    void unregister(Instance... instances);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy