pub(crate) fn procedure_event_context(
context: &ExecutorContext,
) -> Option<ProcedureEventContext>Expand description
Builds the event context transported by a procedure RPC.
The caller can only supply reason/extensions. Protocol is derived here from the trusted, typed query channel held locally in the executor context.