public interface Failure
| Modifier and Type | Method and Description |
|---|---|
Indexable |
failedMessage()
Returns a failed message
|
FailureCause |
failureCause()
Returns a cause of this failure
|
String |
failureDetails()
Returns further failure details, which are supposed
to answer the question "WHY this failure has happened?"
|
org.joda.time.DateTime |
failureTimestamp()
Returns a timestamp of this failure
|
FailureType |
failureType()
Returns a type of this failure
|
String |
message()
Returns a brief description of this failure, which
is supposed to answer the following 2 questions:
1) WHAT has happened?
2) WHICH component has caused it?
|
boolean |
requiresAcknowledgement()
Returns true if the failed message must
be acknowledged upon failure handling
|
String |
targetIndex()
Returns an ElasticSearch index name targeted by
the failed message.
|
FailureType failureType()
FailureCause failureCause()
String message()
String failureDetails()
org.joda.time.DateTime failureTimestamp()
Indexable failedMessage()
@Nullable String targetIndex()
boolean requiresAcknowledgement()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.