Package com.flowable.indexing
Interface ElasticsearchBulkResponseItem
-
- All Known Implementing Classes:
DefaultBulkResponseItem
public interface ElasticsearchBulkResponseItem- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodegetFailure()StringgetFailureMessage()booleanisFailed()
-
-
-
Method Detail
-
isFailed
boolean isFailed()
-
getFailureMessage
String getFailureMessage()
-
getFailure
com.fasterxml.jackson.databind.JsonNode getFailure()
-
-