public interface MonitoringConsoleWatchConfig
| Modifier and Type | Method and Description |
|---|---|
void |
add(String name,
String watchJson)
Adds a custom watch in JSON form to the configuration.
|
void |
disable(String name)
Disables the watch of the given name.
|
void |
enable(String name)
Enables the watch of the given name.
|
boolean |
isDisabled(String name) |
Iterable<String> |
list() |
void |
remove(String name)
Removes a custom watch from the configuration.
|
boolean isDisabled(String name)
name - watch namevoid disable(String name)
name - watch namevoid enable(String name)
name - watch namevoid add(String name, String watchJson)
name - name of the watchwatchJson - watch configurationvoid remove(String name)
name - watch nameIterable<String> list()
add(String, String)ed before.Copyright © 2020. All rights reserved.