Base class for your consumers.
Definition in file consumer_base.hpp.
Go to the source code of this file.
#include <memory>#include <userver/utils/periodic_task.hpp>#include <userver/urabbitmq/consumer_settings.hpp>
 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... | |