Skip to content

Commit

Permalink
Update specification/sections/05-events.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Beemer <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert and beeme1mr authored Feb 6, 2024
1 parent 637fd3a commit e6858ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/sections/05-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ graph

> The `provider` **MAY** define a mechanism for signaling the occurrence of one of a set of events, including `PROVIDER_READY`, `PROVIDER_ERROR`, `PROVIDER_CONFIGURATION_CHANGED` and `PROVIDER_STALE`, with a `provider event details` payload.
Providers cannot emit `PROVIDER_CONTEXT_CHANGED` or `PROVIDER_CONTEXT_PENDING` event. These are emitted only by the SDK during context reconciliation.
Providers cannot emit `PROVIDER_CONTEXT_CHANGED` or `PROVIDER_CONTEXT_PENDING` event.
These are emitted only by the SDK during context reconciliation.

If available, native event-emitter or observable/observer language constructs can be used.

Expand Down

0 comments on commit e6858ca

Please sign in to comment.