Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bonk committed Mar 11, 2024
1 parent 367e42f commit 53926f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/outbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ An outbox service is calling an error handler in case of a processing error by e
The event context provides the `ServiceException` that occurred while processing the outbox entry. An outbox error handler
shall provide an error status after evaluating the exception; possible error status are:

- `OutboxErrorStatus.RETRY`: The outbox retries to reprocess the entry.
- `OutboxErrorStatus.RETRY`: The outbox tries to reprocess the entry.
- `OutboxErrorStatus.UNRECOVERABLE`: The error is unrecoverable and the outbox deletes the corresponding entry from the outbox table.

Custom outbox error handlers can be registered for an outbox service:
Expand Down

0 comments on commit 53926f8

Please sign in to comment.