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

org.fabric3.spi.discovery.EntryChange Maven / Gradle / Ivy

The newest version!
package org.fabric3.spi.discovery;

/**
 * Denotes setting (add or update) deleting, and expiring a discovery key.
 */
public enum EntryChange {
    SET, DELETE, EXPIRE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy