userver: userver/urabbitmq/consumer_base.hpp File Reference
Loading...
Searching...
No Matches
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...