minos.saga.middleware

Functions

transactional_command(request, inner)

Execute the command transactionally if it comes from a saga.

async transactional_command(request, inner)[source]

Execute the command transactionally if it comes from a saga.

Parameters
Returns

The response generated by the inner handling function.

Return type

Optional[Response]