public final class MessageProcessingStatsCollector.TypeStats extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
getRawForCsv(StringBuilder sb)
Prepare stats string for record in a CSV file
|
void |
onError()
Increments the error count
|
void |
onProcessingComplete(String txnId,
int queueTime,
int procTime)
Dispatched on processing complete
|
void |
onProcessingStart()
Dispatched on processing start
|
public final void onProcessingStart()
public final void onProcessingComplete(String txnId, int queueTime, int procTime)
public final void onError()
public final void getRawForCsv(StringBuilder sb)
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.