(self)
| 430 | callback(self) |
| 431 | |
| 432 | def loop_args(self): |
| 433 | return (self, self.connection, self.task_consumer, |
| 434 | self.blueprint, self.hub, self.qos, self.amqheartbeat, |
| 435 | self.app.clock, self.amqheartbeat_rate) |
| 436 | |
| 437 | def on_decode_error(self, message, exc): |
| 438 | """Callback called if an error occurs while decoding a message. |
no outgoing calls