Package com.flowable.indexing
Interface ElasticsearchBulkResponse
-
- All Known Implementing Classes:
DefaultBulkResponse
public interface ElasticsearchBulkResponse
This is a custom class to do bulk requests to ES. Before we used BulkResponse from the ElasticSearch high level client. However, we want to remove the dependency on libraries from ElasticSearch.- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ElasticsearchBulkResponseItem>
getItems()
-
-
-
Method Detail
-
getItems
List<ElasticsearchBulkResponseItem> getItems()
-
-