Quick Links: |
#include <bmqpi_dtspan.h>
Classes | |
class | BSLS_KEYWORD_FINAL |
Public Member Functions | |
virtual | ~DTSpan () |
virtual bsl::string_view | operation () const =0 |
A pure interface for representing a span of a distributed trace.
virtual bmqpi::DTSpan::~DTSpan | ( | ) | [virtual] |
Destructor
virtual bsl::string_view bmqpi::DTSpan::operation | ( | ) | const [pure virtual] |
Returns the name of the operation that this DTSpan
represents.