class SubscriptionHandleAsync iterable handle for raw event subscriptions.
An optional transform maps each incoming event before it is queued
or delivered to a waiting consumer. This is used by named custom
channel subscriptions (e.g. "custom:a2a") to unwrap the payload
so callers receive the raw emitted data instead of the protocol
event envelope.