userver: userver/urabbitmq/consumer_base.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
consumer_base.hpp File Reference

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Base class for your consumers.

Definition in file consumer_base.hpp.

Go to the source code of this file.

+ 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...