Class ManagedCounter
java.lang.Object
org.apache.camel.quarkus.component.management.it.ManagedCounter
-
Constructor Summary
Constructors -
Method Summary
-
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()
-