org.wso2.carbon.event.statistics
Interface EventStatisticsObserver

All Known Implementing Classes:
JMXObserver

public interface EventStatisticsObserver

This interface can be used to register consumers into the EventStatisticsMonitor and retrieve statistics updates.


Method Summary
 void destroy()
          Clean up this observer and prepare for shutdown
 void updateStatistics(CollectionDTO update)
           
 

Method Detail

destroy

void destroy()
Clean up this observer and prepare for shutdown


updateStatistics

void updateStatistics(CollectionDTO update)


Copyright © 2015 WSO2. All rights reserved.