Interface WriteResponse

All Known Implementing Classes:
BulkShardResponse, DeleteResponse, DocWriteResponse, IndexResponse, ResyncReplicationResponse, RetentionLeaseSyncAction.Response, UpdateResponse

public interface WriteResponse
Interface implemented by responses for actions that modify the documents in an index like IndexResponse, UpdateResponse, and BulkResponse. Rather than implement this directly most implementers should extend DocWriteResponse.