Package io.activej.jmx.api.attribute
Annotation Interface JmxAttribute
-
Optional Element Summary
Optional Elements -
Field Summary
Fields
-
Field Details
-
USE_GETTER_NAME
- See Also:
-
NO_DESCRIPTION
- See Also:
-
-
Element Details
-
name
String name- Default:
- "_USE_GETTER_NAME_"
-
description
String description- Default:
- "_NO_DESCRIPTION_"
-
reducer
Class<? extends JmxReducer> reducer- Default:
- io.activej.jmx.api.attribute.JmxReducers.JmxReducerDistinct.class
-
optional
boolean optional- Default:
- false
-
extraSubAttributes
String[] extraSubAttributes- Default:
- {}
-