Class LoadThroughput
- java.lang.Object
-
- org.apache.camel.management.mbean.LoadThroughput
-
public final class LoadThroughput extends Object
Holds the load throughput messages/second
-
-
Constructor Summary
Constructors Constructor Description LoadThroughput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetThroughput()voidreset()StringtoString()voidupdate(long currentReading)Update the load statistics
-
-
-
Constructor Detail
-
LoadThroughput
public LoadThroughput()
-
-