com.yammer.metrics.core
Interface Stoppable

All Known Implementing Classes:
Meter, Timer

public interface Stoppable

Interface for Metric instances that can be stopped.


Method Summary
 void stop()
          Stop the instance.
 

Method Detail

stop

void stop()
Stop the instance.



Copyright © 2012. All Rights Reserved.