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

Alachisoft.NCache.Common.Monitoring.MonitorableEntity Maven / Gradle / Ivy

package Alachisoft.NCache.Common.Monitoring;

import com.alachisoft.ncache.common.monitoring.MonitoringEntityType;

public interface MonitorableEntity
{
    MonitoringEntityType getGetEntityType();
    boolean getIsPrimary();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy