Uses of Record Class
io.camunda.zeebe.exporter.opensearch.dto.BulkIndexResponse.Item
Packages that use BulkIndexResponse.Item
-
Uses of BulkIndexResponse.Item in io.camunda.zeebe.exporter.opensearch.dto
Methods in io.camunda.zeebe.exporter.opensearch.dto that return types with arguments of type BulkIndexResponse.ItemModifier and TypeMethodDescriptionBulkIndexResponse.items()Returns the value of theitemsrecord component.Constructor parameters in io.camunda.zeebe.exporter.opensearch.dto with type arguments of type BulkIndexResponse.ItemModifierConstructorDescriptionBulkIndexResponse(boolean errors, List<BulkIndexResponse.Item> items) Creates an instance of aBulkIndexResponserecord class.