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.JsonNode
getFailure()
String
getFailureMessage()
boolean
isFailed()
-
-
-
Method Detail
-
isFailed
boolean isFailed()
-
getFailureMessage
String getFailureMessage()
-
getFailure
com.fasterxml.jackson.databind.JsonNode getFailure()
-
-