Class FaultStatisticCollector
- java.lang.Object
-
- org.apache.synapse.aspects.flow.statistics.collectors.RuntimeStatisticCollector
-
- org.apache.synapse.aspects.flow.statistics.collectors.FaultStatisticCollector
-
public class FaultStatisticCollector extends RuntimeStatisticCollector
FaultStatisticCollector receives fault events from synapse mediation engine.
-
-
Field Summary
-
Fields inherited from class org.apache.synapse.aspects.flow.statistics.collectors.RuntimeStatisticCollector
eventExpireTime
-
-
Constructor Summary
Constructors Constructor Description FaultStatisticCollector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
reportFault(MessageContext messageContext)
Enqueue Fault Event to the event queue indicating that fault has occurred in the message flow.-
Methods inherited from class org.apache.synapse.aspects.flow.statistics.collectors.RuntimeStatisticCollector
addEvent, addEventAndCloseFlow, addEventAndDecrementCallbackCount, addEventAndDecrementCount, addEventAndIncrementCallbackCount, addEventAndIncrementCount, init, isCollectingAllStatistics, isCollectingPayloads, isCollectingProperties, isMediationFlowStatisticsEnabled, isOpenTelemetryEnabled, isStatisticsEnabled, setCollectingAllStatistics, setStatisticsTraceId, shouldReportStatistic
-
-
-
-
Method Detail
-
reportFault
public static void reportFault(MessageContext messageContext)
Enqueue Fault Event to the event queue indicating that fault has occurred in the message flow.- Parameters:
messageContext
- messageContext of the message flow.
-
-