public interface ConnectorEndPointFactoryStats
| Modifier and Type | Method and Description |
|---|---|
CountStatistic |
getDeliveredMessageCount()
indicates the number of messages delivered through Endpoints created, via
this endpoint factory
|
CountStatistic |
getMessagesCreatedCount()
indicates the number of messages created via this endpoint factory, since
the last reset
|
CountStatistic |
getRuntimeExceptionsCount()
indicates the number of runtime exceptions that had occurred during the
delivery of messages to endpoints created via this endpoint factory.
|
CountStatistic getMessagesCreatedCount()
CountStatistic getDeliveredMessageCount()
CountStatistic getRuntimeExceptionsCount()
Copyright © 2017. All rights reserved.