Interface ConnectorEndPointFactoryStats
public interface ConnectorEndPointFactoryStats
A Stats interface to represent the statistical data about
Endpoint factory in the Connector Module
- Since:
- SJSAS8.1
- Author:
- Murali Vempaty
-
Method Summary
Modifier and TypeMethodDescriptionindicates the number of messages delivered through Endpoints created, via this endpoint factoryindicates the number of messages created via this endpoint factory, since the last resetindicates the number of runtime exceptions that had occurred during the delivery of messages to endpoints created via this endpoint factory.
-
Method Details
-
getMessagesCreatedCount
CountStatistic getMessagesCreatedCount()indicates the number of messages created via this endpoint factory, since the last reset- Returns:
- CountStatistic
-
getDeliveredMessageCount
CountStatistic getDeliveredMessageCount()indicates the number of messages delivered through Endpoints created, via this endpoint factory- Returns:
- CountStatistic
-
getRuntimeExceptionsCount
CountStatistic getRuntimeExceptionsCount()indicates the number of runtime exceptions that had occurred during the delivery of messages to endpoints created via this endpoint factory.- Returns:
- CountStatistic
-