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

com.aliyun.openservices.eas.discovery.core.Listener Maven / Gradle / Ivy

package com.aliyun.openservices.eas.discovery.core;

import java.util.List;

public interface Listener {

    void onChange(List endpoints);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy