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 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