Class ManagedCounter

java.lang.Object
org.apache.camel.quarkus.component.management.it.ManagedCounter

@ManagedResource public class ManagedCounter extends Object
  • Constructor Details

    • ManagedCounter

      public ManagedCounter()
  • Method Details

    • getCount

      @ManagedAttribute(description="The count value") public int getCount()
    • increment

      @ManagedOperation(description="Increment the counter") public void increment()