Skip to content

Commit

Permalink
Update java/outbox.md
Browse files Browse the repository at this point in the history
Co-authored-by: BraunMatthias <[email protected]>
  • Loading branch information
t-bonk and BraunMatthias authored Feb 22, 2024
1 parent e95da26 commit 3ff9740
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 @@ -153,7 +153,7 @@ public class MySpringComponent {

### Outboxing Arbitrary CAP Services

Outbox services support outboxing of arbitrary CAP services. Typical use cases are remote OData
Outbox services support outboxing of arbitrary CAP service events. Typical use cases are remote OData
service calls, but also supports calls to other CAP services to decouple them from the business logic flow.

The API `OutboxService.outboxed(Service)` is used to wrap services with outbox handling. Events triggered
Expand Down

0 comments on commit 3ff9740

Please sign in to comment.