CCF
Loading...
Searching...
No Matches
Public Attributes | List of all members
ccf::endpoints::RequestCompletedEvent Struct Reference

#include <endpoint_registry.h>

Public Attributes

std::string method = ""
 
std::string dispatch_path = ""
 
int status = 0
 
std::chrono::milliseconds exec_time {0}
 
size_t attempts = 0
 

Member Data Documentation

◆ attempts

size_t ccf::endpoints::RequestCompletedEvent::attempts = 0

◆ dispatch_path

std::string ccf::endpoints::RequestCompletedEvent::dispatch_path = ""

◆ exec_time

std::chrono::milliseconds ccf::endpoints::RequestCompletedEvent::exec_time {0}

◆ method

std::string ccf::endpoints::RequestCompletedEvent::method = ""

◆ status

int ccf::endpoints::RequestCompletedEvent::status = 0

The documentation for this struct was generated from the following file: