(->bean-name {:keys [name type]})(create-bean attrs & [init])Create a new MBean with the given name and rest of attributes
Create a new MBean with the given name and rest of attributes
(drop-bean bean-ref)Drop a bean by its reference
Drop a bean by its reference
(increment-counter bean-ref attribute-name)Increment a counter in the metrics MBean. The counter is identified by its name.
Increment a counter in the metrics MBean. The counter is identified by its name.
(set-attribute bean-ref attribute-name value)Set an attribute in the MBean. The attribute is identified by its name.
Set an attribute in the MBean. The attribute is identified by its name.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |