API Events README - evansims/openfga-php GitHub Wiki
API Documentation > Events
Event system for cross-cutting concerns like logging and metrics collection.
Total Components: 7
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... |
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,... |