From e6858cab49c585e5ba4160891b5593bc28acee88 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Tue, 6 Feb 2024 09:02:09 -0500 Subject: [PATCH] Update specification/sections/05-events.md Co-authored-by: Michael Beemer Signed-off-by: Todd Baert --- specification/sections/05-events.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/sections/05-events.md b/specification/sections/05-events.md index 90cf67ee..3e98efa5 100644 --- a/specification/sections/05-events.md +++ b/specification/sections/05-events.md @@ -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.