Abort signal for the action request.
OptionalcontextAdditional runtime context data (ex. auth context data).
Initialization data provided to the action.
Streaming input.
The action runtime always provides this. For single-input (unary) actions it is a stream containing just the one input item.
OptionalregistryStreaming callback (optional).
Whether the caller of the action requested streaming.
Trace context containing trace and span IDs.
Flow execution context for flow to access the streaming callback and side-channel context data. The context itself is a function, a short-cut for streaming callback.