Package org.apache.activemq.tool.sampler
Interface MeasurableClient
-
- All Known Implementing Classes:
AbstractJmsMeasurableClient
,JmsConsumerClient
,JmsProducerClient
public interface MeasurableClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClientName()
long
getThroughput()
void
reset()
-
-
-
Method Detail
-
reset
void reset()
-
getClientName
String getClientName()
-
getThroughput
long getThroughput()
-
-