Optional $requestService request executor (injected by @kosServiceRequest) Executes the service request defined in the decorator configuration.
Optional $trackerFuture tracker ID string (injected by
when trackerPolicy is 'context') This is the tracker ID that can be used with future management utilities.
Execution context passed to decorated methods for accessing decorator-injected functionality.
This context provides a type-safe way for decorators to inject runtime functionality into methods without polluting the class interface or relying on magic parameters.
Currently used by
Kos Service Request
to inject the $request executor. Designed to be extensible for future decorators that need to inject runtime functionality.
Example
Kos Service Request