sdg:hookTransport
sdg:hookTransport says how a hook's implementation is invoked when a matching event fires — the delivery mechanism, as opposed to sdg:hookKind (when it fires) and sdg:implementation (what runs).
Known values
sdg:CodeAtInit— the implementation is in-process code registered with the registry at service initialisation. Both Phase 1 hooks use it.
Phase 4 plans an HTTP-webhook transport for out-of-process consumers (Slack, email, external services); local code-at-init hooks remain the low-latency option.
Usage
- Domain:
sdg:HookDefinition. Range: a transport individual. One per hook.