fix(events): add unsubscribe() to EventBus protocol and implementations (#10356) #11235

Closed
HAL9000 wants to merge 1 commits from agents/fix-eventbus-unsubscribe into master

1 Commits

Author SHA1 Message Date
HAL9000 b4cc6cd66b fix(events): add unsubscribe() to EventBus protocol and implementations (#10356)
CI / push-validation (pull_request) Successful in 45s
CI / helm (pull_request) Successful in 57s
CI / build (pull_request) Successful in 1m14s
CI / lint (pull_request) Successful in 1m47s
CI / quality (pull_request) Successful in 1m54s
CI / typecheck (pull_request) Successful in 1m55s
CI / security (pull_request) Successful in 1m56s
CI / integration_tests (pull_request) Successful in 7m37s
CI / unit_tests (pull_request) Failing after 9m18s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
Add EventBus.unsubscribe(event_type, handler) -> bool method to the
EventBus structural Protocol and both concrete implementations
(ReactiveEventBus and LoggingEventBus). Returns True if a matching
handler was found and removed, False otherwise.

Resolves #10356
2026-05-16 09:04:50 +00:00