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

com.github.jingshouyan.jrpc.client.discover.DiscoverEvent Maven / Gradle / Ivy

There is a newer version: 0.8.3
Show newest version
package com.github.jingshouyan.jrpc.client.discover;

/**
 * @author jingshouyan
 * #date 2018/10/26 16:21
 */
public enum DiscoverEvent {
    /* 新增 */
    ADD,
    /* 更新 */
    UPDATE,
    /* 移除 */
    REMOVE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy