com.hammurapi.eventbus.monitoring
Interface Stats

Show UML class diagram
All Known Subinterfaces:
EventBusStats

public interface Stats

Base interface for statistics collection.


Method Summary
 Iterable<Stats> children()
           
 String getName()
           
 void reset()
           
 

Method Detail

getName

String getName()

reset

void reset()

children

Iterable<Stats> children()