Skip to content

Commit

Permalink
docs: Options overview JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
astubbs committed Dec 7, 2022
1 parent 78d66c0 commit 33210db
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@

/**
* The options for the {@link AbstractParallelEoSStreamProcessor} system.
* <p>
* The important options to look at are:
* <p>
* {@link #ordering}, {@link #maxConcurrency} and {@link #batchSize}.
* <p>
* If you want to go deeper, look at {@link #defaultMessageRetryDelay}, {@link #retryDelayProvider} and
* {@link #commitMode}.
* <p>
* Note: The only required option is the {@link #consumer} ({@link #producer} is only needed if you use the Produce
* flows). All other options have sensible defaults.
*
* @author Antony Stubbs
* @see #builder()
Expand Down

0 comments on commit 33210db

Please sign in to comment.