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
dcn::feed::FeedRuntime Class Referencefinal

#include <feed_runtime.hpp>

Public Member Functions

 FeedRuntime (asio::io_context &io_context, FeedRuntimeConfig config)
 ~FeedRuntime ()
 FeedRuntime (const FeedRuntime &)=delete
FeedRuntimeoperator= (const FeedRuntime &)=delete
 FeedRuntime (FeedRuntime &&)=delete
FeedRuntimeoperator= (FeedRuntime &&)=delete
void start ()
void requestStop ()
asio::awaitable< void > stop ()
Feedfeed ()

Constructor & Destructor Documentation

◆ FeedRuntime() [1/3]

dcn::feed::FeedRuntime::FeedRuntime ( asio::io_context & io_context,
FeedRuntimeConfig config )

◆ ~FeedRuntime()

dcn::feed::FeedRuntime::~FeedRuntime ( )

◆ FeedRuntime() [2/3]

dcn::feed::FeedRuntime::FeedRuntime ( const FeedRuntime & )
delete

◆ FeedRuntime() [3/3]

dcn::feed::FeedRuntime::FeedRuntime ( FeedRuntime && )
delete

Member Function Documentation

◆ feed()

Feed & dcn::feed::FeedRuntime::feed ( )

◆ operator=() [1/2]

FeedRuntime & dcn::feed::FeedRuntime::operator= ( const FeedRuntime & )
delete

◆ operator=() [2/2]

FeedRuntime & dcn::feed::FeedRuntime::operator= ( FeedRuntime && )
delete

◆ requestStop()

void dcn::feed::FeedRuntime::requestStop ( )

◆ start()

void dcn::feed::FeedRuntime::start ( )

◆ stop()

asio::awaitable< void > dcn::feed::FeedRuntime::stop ( )

The documentation for this class was generated from the following files: