Functions
transactional_command(request, inner)
transactional_command
Execute the command transactionally if it comes from a saga.
request (Request) – The request containing the data.
inner (Callable[[Request], Awaitable[Optional[Response]]]) – The inner handling function to be executed.
The response generated by the inner handling function.
Optional[Response]