Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karenychen committed Apr 22, 2024
1 parent a3a6132 commit 172aaa5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ It allows concurrent message handling and provides a message handler middleware
// StartMaxAttempt defaults to 1 if not set (no retries). Not setting StartMaxAttempt, or setting it to non-positive value will fallback to the default.
// StartRetryDelayStrategy defaults to a fixed 5-second delay if not set.
type ProcessorOptions struct {
MaxConcurrency int
ReceiveInterval *time.Duration

StartMaxAttempt int
StartRetryDelayStrategy RetryDelayStrategy
MaxConcurrency int
ReceiveInterval *time.Duration
StartMaxAttempt int
StartRetryDelayStrategy RetryDelayStrategy
}
```

Expand Down

0 comments on commit 172aaa5

Please sign in to comment.