Skip to content

Commit

Permalink
feat: specify that setTransactionsContext method call each other
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Reining <[email protected]>
  • Loading branch information
lukas-reining committed Jan 18, 2024
1 parent a7c9f70 commit 1618395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/sections/03-evaluation-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ If there already is a `transaction context propagator`, it is replaced with the

> The API **MUST** have a method for setting the `evaluation context` of the `transaction context propagator` for the current transaction.
If a `transaction context propagator` is set, this `evaluation context` must be supplied to it and so will be available during the current transaction.
If a `transaction context propagator` is set, the SDK will call the [method defined in 3.3.1.3](#conditional-requirement-3313) with this `evaluation context` and so this `evaluation context` will be available during the current transaction.
If no `transaction context propagator` is set, this `evaluation context` is not used for evaluations.
This method can e.g. be used in a request handler to add request-specific information to the `evaluation context`.

Expand Down

0 comments on commit 1618395

Please sign in to comment.