@MXBean public interface SNSWriterStatisticsMXBean
SNSWriterStatistics.| Modifier and Type | Method and Description |
|---|---|
String |
getActualSubject()
Returns the actual subject used by the writer (after substitutions).
|
String |
getActualTopicArn()
Returns the actual topic ARN used by the writer (after substitutions).
|
String |
getActualTopicName()
Returns the actual topic name used by the writer (after substitutions).
|
int |
getLastBatchSize()
Returns the number of messages in the most recent batch.
|
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 writer's message queue.
|
int |
getMessagesRequeuedLastBatch()
Returns the number of messages requeued because they could not be sent.
|
int |
getMessagesSent()
Returns the number of messages successfully sent to the topic.
|
int |
getMessagesSentLastBatch()
Returns the number of messages successfully sent to the logstream in the last
batch.
|
int |
getOversizeMessages()
Returns the number of messages that were either dropped or truncated because
they were too large for the service to accept.
|
String getActualTopicName()
String getActualTopicArn()
String getActualSubject()
String getLastErrorMessage()
Date getLastErrorTimestamp()
List<String> getLastErrorStacktrace()
int getOversizeMessages()
int getMessagesSent()
int getLastBatchSize()
int getMessagesSentLastBatch()
int getMessagesRequeuedLastBatch()
getLastErrorMessage() for more info).int getMessagesDiscarded()
Copyright © 2023. All rights reserved.