Interface JavaSimonPerformanceMonitor

All Known Implementing Classes:
JavaSimon4PerformanceMonitorImpl

public interface JavaSimonPerformanceMonitor
Expose the start()/stop() methods for performance monitors independent from their concrete implementation.
Since:
1.0.7
Author:
Siegfried Goeschl
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Start the monitor.
    void
    Stop the monitor.
    void
    stop(Throwable throwable)
    Stop the monitor based on an Throwable.
  • Method Details

    • start

      void start()
      Start the monitor.
    • stop

      void stop()
      Stop the monitor.
    • stop

      void stop(Throwable throwable)
      Stop the monitor based on an Throwable.
      Parameters:
      throwable - the throwable