Skip to content

Commit

Permalink
feat!: remove messageId() from the Message and MessageTrait objects
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas committed Nov 3, 2023
1 parent 4e19fbb commit 19ad089
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@
- hasSchemaFormat(): `boolean`
- schemaFormat(): `string` | `undefined`
- hasMessageId(): `boolean`
- messageId(): `string` | `undefined`
- hasCorrelationId(): `boolean`
- correlationId(): `CorrelationId` | `undefined`
- hasContentType(): `boolean`
Expand Down Expand Up @@ -229,7 +228,6 @@
- hasSchemaFormat(): `boolean`
- schemaFormat(): `string` | `undefined`
- hasMessageId(): `boolean`
- messageId(): `string` | `undefined`
- hasCorrelationId(): `boolean`
- correlationId(): `CorrelationId` | `undefined`
- hasContentType(): `boolean`
Expand Down

0 comments on commit 19ad089

Please sign in to comment.