Package lumis.portal.monitor
Interface IMonitorContextSPI
-
- All Superinterfaces:
IMonitorContext
public interface IMonitorContextSPI extends IMonitorContext
Monitor context internal operations.- Since:
- 11.0.0
- Version:
- $Revision: 26318 $ $Date: 2024-04-11 16:45:43 -0300 (Thu, 11 Apr 2024) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Tuple2<IMonitorValuesProvider,java.lang.Exception>>
getMonitoringValuesProvidersWithStacktraces()
Returns the monitoring values providers with their stacktraces (where they were added).void
setEnabled(boolean isEnabled)
Sets whether the current monitor context is enabled.-
Methods inherited from interface lumis.portal.monitor.IMonitorContext
addValues, addValues, addValues, addValues, clear, getMonitoringValuesProviders, isEmpty, isEnabled, removeValues
-
-
-
-
Method Detail
-
setEnabled
void setEnabled(boolean isEnabled)
Sets whether the current monitor context is enabled.- Parameters:
isEnabled
- whether the current monitor context is enabled.- Since:
- 11.0.0
-
getMonitoringValuesProvidersWithStacktraces
java.util.Collection<Tuple2<IMonitorValuesProvider,java.lang.Exception>> getMonitoringValuesProvidersWithStacktraces()
Returns the monitoring values providers with their stacktraces (where they were added).- Returns:
- the monitoring values providers with their stacktraces (where they were added).
- Since:
- %LUM_NEXT_VERSION%
-
-