Annotation Interface JmxOperation


@Target(METHOD) @Retention(RUNTIME) public @interface JmxOperation
  • Element Details

    • name

      String name
      Default:
      ""
    • description

      String description
      Default:
      ""
    • reducer

      Class<? extends JmxReducer> reducer
      Default:
      io.activej.jmx.api.attribute.JmxReducers.JmxReducerDistinct.class