
org.infinispan.server.insights.config.InsightsActivation Maven / Gradle / Ivy
package org.infinispan.server.insights.config;
public enum InsightsActivation {
/**
* Full disabled
*/
DISABLED,
/**
* Locally enabled - the report is accessible locally - not published remotely
* The default value
*/
LOCAL,
/**
* Full enabled - publishing the report
*/
ENABLED;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy