Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

API Events README

Evan Sims edited this page Jun 17, 2025 · 7 revisions

API Documentation > Events

Event system for cross-cutting concerns like logging and metrics collection.

Total Components: 7


Interfaces

Name Description
EventDispatcherInterface Event dispatcher interface for handling domain events. The event dispatcher decouples event publi...
EventInterface Base interface for all domain events. Events represent something significant that happened in the...


Classes

Name Description
EventDispatcher Simple event dispatcher implementation. Manages event listeners and dispatches events to register...
HttpRequestSentEvent Event fired when an HTTP request is sent to the OpenFGA API. This event contains the outgoing req...
HttpResponseReceivedEvent Event fired when an HTTP response is received from the OpenFGA API. This event contains both the ...
OperationCompletedEvent Event fired when a high-level operation completes. This event tracks the completion of business o...
OperationStartedEvent Event fired when a high-level operation starts. This event tracks business operations like check,...

Clone this wiki locally