KafkaRoute
faststream.broker.router.BrokerRoute #
Bases: Generic[MsgType, T_HandlerReturn]
A generic class to represent a broker route.
PARAMETER | DESCRIPTION |
---|---|
call | callable object representing the route
|
*args | variable length arguments for the route DEFAULT: |
**kwargs | variable length keyword arguments for the route DEFAULT: |
Initialize a callable object with arguments and keyword arguments.