userver: userver/urabbitmq/consumer_base.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
consumer_base.hpp File Reference

Detailed Description

Base class for your consumers.

Definition in file consumer_base.hpp.

Go to the source code of this file.

+ Include dependency graph for consumer_base.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  urabbitmq::ConsumerBase
 Base class for your consumers. You should derive from it and override Process method, which gets called when a new message arrives from the broker. More...