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

org.noear.water.dso.DiscoverHandler Maven / Gradle / Ivy

The newest version!
package org.noear.water.dso;

import org.noear.water.model.DiscoverM;

/**
 * 发现处理
 *
 * @author noear
 * @since 2.0
 */
@FunctionalInterface
public interface DiscoverHandler {
    void handle(DiscoverM discover);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy