Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
Loading...
Searching...
No Matches
event_projector.hpp File Reference
#include <array>
#include <cstddef>
#include <cstdint>
#include <optional>
#include <string>
#include <string_view>
#include "native.h"
#include <asio.hpp>

Go to the source code of this file.

Classes

struct  dcn::events::ProjectorRetryConfig
struct  dcn::events::ChangeRecord
class  dcn::events::IEventProjector

Namespaces

namespace  dcn
namespace  dcn::events

Variables

constexpr std::string_view dcn::events::FEED_PROJECTOR_ID = "feed"
constexpr std::string_view dcn::events::REGISTRY_PROJECTOR_ID = "registry"
constexpr int dcn::events::FEED_DEAD_LETTER_BIT = 1 << 0
constexpr int dcn::events::REGISTRY_DEAD_LETTER_BIT = 1 << 1