@MXBean public interface KinesisAppenderStatisticsMXBean
KinesisAppenderStatistics.| Modifier and Type | Method and Description |
|---|---|
String |
getActualStreamName()
Returns the actual log stream name used by the writer.
|
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 stream.
|
String getActualStreamName()
String getLastErrorMessage()
Date getLastErrorTimestamp()
List<String> getLastErrorStacktrace()
int getMessagesSent()
int getMessagesDiscarded()
Copyright © 2018. All rights reserved.