StreamContext
Extends: RequestContext
Context passed as the last argument to streaming service handlers. Extends {@link RequestContext} with an {@link AbortSignal} tied to the consumer’s subscription lifetime.
@property signal An {@link AbortSignal} that fires when the consumer cancels the subscription. Use it to short-circuit work in the handler.