public interface EndpointMetrics
Modifier and Type | Method and Description |
---|---|
long |
getAverageProcessingTime() |
long |
getFaultCount() |
long |
getMaxProcessingTime() |
long |
getMinProcessingTime() |
long |
getRequestCount() |
long |
getResponseCount() |
long |
getTotalProcessingTime() |
long |
getUpdateTime() |
void |
processFaultMessage(long beginTime) |
long |
processRequestMessage() |
void |
processResponseMessage(long beginTime) |
void |
start() |
void |
stop() |
void start()
void stop()
long processRequestMessage()
void processResponseMessage(long beginTime)
void processFaultMessage(long beginTime)
long getMinProcessingTime()
long getMaxProcessingTime()
long getAverageProcessingTime()
long getTotalProcessingTime()
long getRequestCount()
long getFaultCount()
long getResponseCount()
long getUpdateTime()
Copyright © 2018 JBoss, by Red Hat. All rights reserved.