@MXBean public interface SNSAppenderStatisticsMXBean
SNSAppenderStatistics.| Modifier and Type | Method and Description |
|---|---|
String |
getActualTopicArn()
Returns the actual topic ARN used by the writer (after substitutions on
the topic name).
|
String |
getActualTopicName()
Returns the actual topic name used by the writer (after substitutions).
|
String |
getLastErrorMessage()
Returns the most recent error from the writer.
|
List<String> |
getLastErrorStacktrace()
Returns the stack trace of the most recent error from the writer.
|
Date |
getLastErrorTimestamp()
Returns the timestamp of the most recent error from the writer.
|
int |
getMessagesDiscarded()
Returns the number of messages discarded by the message queue.
|
int |
getMessagesSent()
Returns the number of messages successfully sent to the topic.
|
String getActualTopicName()
String getActualTopicArn()
String getLastErrorMessage()
Date getLastErrorTimestamp()
List<String> getLastErrorStacktrace()
int getMessagesSent()
int getMessagesDiscarded()
Copyright © 2018. All rights reserved.