]> git.proxmox.com Git - ceph.git/blob - ceph/src/rgw/rgw_sync_module_pubsub_rest.h
c558ecd0c818667f3926ec51d521a21401eb6658
[ceph.git] / ceph / src / rgw / rgw_sync_module_pubsub_rest.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab ft=cpp
3
4 #pragma once
5
6 #include "rgw_rest.h"
7
8 class RGWRESTMgr_PubSub : public RGWRESTMgr {
9 public:
10 virtual RGWHandler_REST* get_handler(rgw::sal::RGWRadosStore *store,
11 struct req_state* s,
12 const rgw::auth::StrategyRegistry& auth_registry,
13 const std::string& frontend_prefix) override;
14 };