Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit 823a505

Browse files
authored
Update SampleConflictFeedAsync.java
add tags to read conflict feed section to add to public docs
1 parent 9f3c841 commit 823a505

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/com/azure/cosmos/examples/conflictfeed/async/SampleConflictFeedAsync.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ private void conflictFeedHandler() {
306306

307307
// --------------------
308308

309+
// <ReadConflictFeed>
309310
int requestPageSize = 3;
310311
CosmosQueryRequestOptions options = new CosmosQueryRequestOptions();
311312

@@ -327,6 +328,7 @@ private void conflictFeedHandler() {
327328
// response.
328329
}
329330
});
331+
// </ReadConflictFeed>
330332
}
331333

332334
private void shutdown() {

0 commit comments

Comments
 (0)