#include <event_projector.hpp>
|
| virtual | ~IEventProjector ()=default |
| virtual std::string_view | id () const =0 |
| virtual std::int64_t | cursor () const =0 |
| virtual asio::awaitable< std::size_t > | projectBatch (std::size_t limit, std::int64_t now_ms)=0 |
◆ ~IEventProjector()
| virtual dcn::events::IEventProjector::~IEventProjector |
( |
| ) |
|
|
virtualdefault |
◆ cursor()
| virtual std::int64_t dcn::events::IEventProjector::cursor |
( |
| ) |
const |
|
pure virtual |
◆ id()
| virtual std::string_view dcn::events::IEventProjector::id |
( |
| ) |
const |
|
pure virtual |
◆ projectBatch()
| virtual asio::awaitable< std::size_t > dcn::events::IEventProjector::projectBatch |
( |
std::size_t | limit, |
|
|
std::int64_t | now_ms ) |
|
pure virtual |
The documentation for this class was generated from the following file: