Class LoadThroughput

java.lang.Object
org.apache.camel.management.mbean.LoadThroughput

public final class LoadThroughput extends Object
Holds the load throughput messages/second
  • Constructor Details

  • Method Details

    • update

      public void update(long currentReading)
      Update the load statistics
      Parameters:
      currentReading - the current reading
    • getThroughput

      public double getThroughput()
    • reset

      public void reset()
    • toString

      public String toString()
      Overrides:
      toString in class Object