parse_handler_params
faststream.asyncapi.message.parse_handler_params #
Parses the handler parameters.
PARAMETER | DESCRIPTION |
---|---|
call | The call model. |
prefix | The prefix for the model schema. TYPE: |
RETURNS | DESCRIPTION |
---|---|
Dict[str, Any] | A dictionary containing the parsed parameters. |
Note
The above docstring is autogenerated by docstring-gen library (https://docstring-gen.airt.ai)
Source code in faststream/asyncapi/message.py
Last update: 2023-11-13