Skip to content

Commit

Permalink
Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Sep 29, 2024
1 parent b36e54c commit 9259c2b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main/java/io/nats/requestMany/RequestMany.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,17 @@ public static Builder builder(Connection conn) {
* <li>the default total wait time is the connections options timeout</li>
* <li>the default stall time is 1/10 of the default total wait time.</li>
* </ul>
* <p>
* <p>Total Wait Time
* <ul>
* <li>if you set total wait time, but not stall, stall defaults don't use stall</li>
* </ul>
* <p>
* Max Stall
* <p>Max Stall
* <ul>
* <li>if you set max stall to a value between 1 and MAX_MILLIS inclusive, max stall is that value</li>
* <li>if you set max stall to an invalid value, it's like clearing it to default behavior</li>
* </ul>
* <p>
* <ul> Max Responses
* <p>Max Responses
* <ul>
* if you set max responses to a value greater than 0, max responses is that value</li>
* if you set max responses to an invalid value, max responses is Long.MAX_VALUE</li>
* </ul>
Expand Down

0 comments on commit 9259c2b

Please sign in to comment.