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()IntegergetStatus()booleanisFailed()
-