public interface ThroughputTracker
| Modifier and Type | Method and Description |
|---|---|
void |
eventIn()
This method is to notify receive of an event to calculate the throughput
|
void |
eventsIn(int eventCount)
This method is to notify receive of multiple events to calculate the throughput
|
String |
getName() |
void eventIn()
void eventsIn(int eventCount)
eventCount - number of events passing throughString getName()
Copyright © 2018 WSO2. All rights reserved.